Html Css Color HEX #0D1418 Black Pearl

📋 copy color: '#0D1418'

red 13 ◦ green 20 ◦ blue 24

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

Shades of Black Pearl #0D1418

Tints of Black Pearl #0D1418

RGB

 RED value IS 13 (5.47% from 255) = 22.81%

 GREEN value IS 20 (8.2% from 255) = 35.09%

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

R = 22.81%
G = 35.09%
B = 42.11%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1418 (or 0x0D1418) is known color: Black Pearl. HEX triplet: 0D, 14 and 18. RGB value is (13,20,24). Sum of RGB (Red+Green+Blue) = 13+20+24=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 20 (8.20% from 255 or 35.09% 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 #0D1418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1418 is #F2EBE7. Grayscale: #121212. Windows color (decimal): -15920104 or 1577997. OLE color: 1577997.

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

Color convert

RGB 13 20 24 -
CMYK 0.46 0.17 0 0.91
HSL 201.82º 0.3% 0.07% -
HSV(B) 201.82º 0.46% 0.09% -
XYZ 0.58 0.65 0.96 -
YUV 18.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 13 20 24 0.46 0.17 0 0.91 201.82 0.3 0.07
Hex D 14 18 2E 11 0 5B CA 1E 7
Octal 15 24 30 56 21 0 133 312 36 7
Binary 1101 10100 11000 101110 10001 0 1011011 11001010 11110 111

Color Harmonies of #0D1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1418

Black with #0D1418

Text Example


Text Example

White with #0D1418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,24); }

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

background-color css

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

 a { background-color: rgb(13,20,24); }

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

border-color css

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

 span { border-color: rgb(13,20,24); }

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