#0D1518

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

Shades of Black Pearl #0D1518

Tints of Black Pearl #0D1518

Color information

#0D1518 (or 0x0D1518) is unknown color: approx Black Pearl. HEX triplet: 0D, 15 and 18. RGB value is (13,21,24). Sum of RGB (Red+Green+Blue) = 13+21+24=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D1518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1518 is #F2EAE7. Grayscale: #121212. Windows color (decimal): -15919848 or 1578253. OLE color: 1578253.

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

Color convert

RGB132124-
CMYK0.460.1300.91
HSL196.36º29.73%7.25%-
HSV(B)196.36º45.83%9.41%-
XYZ0.60.690.97-
YUV18.95130.85123.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 21 (8.59% from 255) = 36.21%
BLUE value IS 24 (9.77% from 255) = 41.38%
R=22.41%
G=36.21%
B=41.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1321240.460.1300.91196.3629.737.25
HexD15182ED05Bc41e7
Octal15253056150133304367
Binary110110101110001011101101010110111100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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