#0D1718

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

Shades of Black Pearl #0D1718

Tints of Black Pearl #0D1718

Color information

#0D1718 (or 0x0D1718) is unknown color: approx Black Pearl. HEX triplet: 0D, 17 and 18. RGB value is (13,23,24). Sum of RGB (Red+Green+Blue) = 13+23+24=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D1718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1718 is #F2E8E7. Grayscale: #141414. Windows color (decimal): -15919336 or 1578765. OLE color: 1578765.

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

Color convert

RGB132324-
CMYK0.460.0400.91
HSL185.45º29.73%7.25%-
HSV(B)185.45º45.83%9.41%-
XYZ0.640.760.98-
YUV20.12130.19122.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.67%
GREEN value IS 23 (9.38% from 255) = 38.33%
BLUE value IS 24 (9.77% from 255) = 40%
R=21.67%
G=38.33%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1323240.460.0400.91185.4529.737.25
HexD17182E405Bb91e7
Octal1527305640133271367
Binary11011011111000101110100010110111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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