#0D1516

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

Shades of Black Pearl #0D1516

Tints of Black Pearl #0D1516

Color information

#0D1516 (or 0x0D1516) is unknown color: approx Black Pearl. HEX triplet: 0D, 15 and 16. RGB value is (13,21,22). Sum of RGB (Red+Green+Blue) = 13+21+22=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D1516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1516 is #F2EAE9. Grayscale: #121212. Windows color (decimal): -15919850 or 1447181. OLE color: 1447181.

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

Color convert

RGB132122-
CMYK0.410.0500.91
HSL186.67º25.71%6.86%-
HSV(B)186.67º40.91%8.63%-
XYZ0.580.680.86-
YUV18.72129.85123.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.21%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=23.21%
G=37.5%
B=39.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1321220.410.0500.91186.6725.716.86
HexD151629505Bbb1a7
Octal1525265150133273327
Binary11011010110110101001101010110111011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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