#0D1618

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

Shades of Black Pearl #0D1618

Tints of Black Pearl #0D1618

Color information

#0D1618 (or 0x0D1618) is unknown color: approx Black Pearl. HEX triplet: 0D, 16 and 18. RGB value is (13,22,24). Sum of RGB (Red+Green+Blue) = 13+22+24=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D1618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1618 is #F2E9E7. Grayscale: #131313. Windows color (decimal): -15919592 or 1578509. OLE color: 1578509.

HSL color Cylindrical-coordinate representation of color #0D1618: hue angle of 190.91º 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 #0D1618 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB132224-
CMYK0.460.0800.91
HSL190.91º29.73%7.25%-
HSV(B)190.91º45.83%9.41%-
XYZ0.620.730.97-
YUV19.54130.52123.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.03%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=22.03%
G=37.29%
B=40.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1322240.460.0800.91190.9129.737.25
HexD16182E805Bbf1e7
Octal15263056100133277367
Binary110110110110001011101000010110111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D1618;
 }
 .AnyTagClassName
 {
   color: #0D1618;
 }
</style>
background-color css

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

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

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

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

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

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