Html Css Color HEX #0E1318 Black Pearl

📋 copy color: '#0E1318'

red 14 ◦ green 19 ◦ blue 24

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

Shades of Black Pearl #0E1318

Tints of Black Pearl #0E1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 33.33%

 BLUE value IS 24 (9.77% from 255) = 42.11%

R = 24.56%
G = 33.33%
B = 42.11%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E1318 (or 0x0E1318) is known color: Black Pearl. HEX triplet: 0E, 13 and 18. RGB value is (14,19,24). Sum of RGB (Red+Green+Blue) = 14+19+24=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E1318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1318 is #F1ECE7. Grayscale: #121212. Windows color (decimal): -15854824 or 1577742. OLE color: 1577742.

HSL color Cylindrical-coordinate representation of color #0E1318: hue angle of 210º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E1318 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 19 24 -
CMYK 0.42 0.21 0 0.91
HSL 210º 0.26% 0.07% -
HSV(B) 210º 0.42% 0.09% -
XYZ 0.58 0.63 0.95 -
YUV 18.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 14 19 24 0.42 0.21 0 0.91 210 0.26 0.07
Hex E 13 18 2A 15 0 5B D2 1A 7
Octal 16 23 30 52 25 0 133 322 32 7
Binary 1110 10011 11000 101010 10101 0 1011011 11010010 11010 111

Color Harmonies of #0E1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1318

Black with #0E1318

Text Example


Text Example

White with #0E1318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,19,24); }

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

background-color css

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

 a { background-color: rgb(14,19,24); }

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

border-color css

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

 span { border-color: rgb(14,19,24); }

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