Html Css Color HEX #0E1215 Black Pearl

📋 copy color: '#0E1215'

red 14 ◦ green 18 ◦ blue 21

#0E1215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #0E1215

Tints of Black Pearl #0E1215

RGB

 RED value IS 14 (5.86% from 255) = 26.42%

 GREEN value IS 18 (7.42% from 255) = 33.96%

 BLUE value IS 21 (8.59% from 255) = 39.62%

R = 26.42%
G = 33.96%
B = 39.62%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0E1215 (or 0x0E1215) is known color: Black Pearl. HEX triplet: 0E, 12 and 15. RGB value is (14,18,21). Sum of RGB (Red+Green+Blue) = 14+18+21=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E1215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1215 is #F1EDEA. Grayscale: #111111. Windows color (decimal): -15855083 or 1380878. OLE color: 1380878.

HSL color Cylindrical-coordinate representation of color #0E1215: hue angle of 205.71º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E1215 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 18 21 -
CMYK 0.33 0.14 0 0.92
HSL 205.71º 0.2% 0.07% -
HSV(B) 205.71º 0.33% 0.08% -
XYZ 0.53 0.58 0.79 -
YUV 17.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 14 18 21 0.33 0.14 0 0.92 205.71 0.2 0.07
Hex E 12 15 21 E 0 5C CE 14 7
Octal 16 22 25 41 16 0 134 316 24 7
Binary 1110 10010 10101 100001 1110 0 1011100 11001110 10100 111

Color Harmonies of #0E1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1215

Black with #0E1215

Text Example


Text Example

White with #0E1215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E1215; }

 p { color: rgb(14,18,21); }

 H1.HeaderClassName
 {
   color: #0E1215;
 }
 .AnyTagClassName
 {
   color: #0E1215;
 }
</style>

background-color css

<style>
 a { background-color: #0E1215; }

 a { background-color: rgb(14,18,21); }

 div.DivClassName
 {
   background-color: #0E1215;
 }
 .BgClassName
 {
   background-color: #0E1215;
 }
</style>

border-color css

<style>
 span { border-color: #0E1215; }

 span { border-color: rgb(14,18,21); }

 td.TdClassName
 {
   border-color: #0E1215;
 }
 .TagClassName
 {
   border-color: #0E1215;
 }
</style>