#0D1418

Color #0D1418 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0D1418

Tints of Black Pearl #0D1418

Color information

#0D1418 (or 0x0D1418) is unknown color: approx 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

RGB132024-
CMYK0.460.1700.91
HSL201.82º29.73%7.25%-
HSV(B)201.82º45.83%9.41%-
XYZ0.580.650.96-
YUV18.36131.18124.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.81%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1320240.460.1700.91201.8229.737.25
HexD14182E1105Bca1e7
Octal15243056210133312367
Binary1101101001100010111010001010110111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>