#0D1112

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

Shades of Black Pearl #0D1112

Tints of Black Pearl #0D1112

Color information

#0D1112 (or 0x0D1112) is unknown color: approx Black Pearl. HEX triplet: 0D, 11 and 12. RGB value is (13,17,18). Sum of RGB (Red+Green+Blue) = 13+17+18=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 18 - color contains mainly: blue. Hex color #0D1112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1112 is #F2EEED. Grayscale: #0F0F0F. Windows color (decimal): -15920878 or 1184013. OLE color: 1184013.

HSL color Cylindrical-coordinate representation of color #0D1112: hue angle of 192º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #0D1112 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB131718-
CMYK0.280.0600.93
HSL192º16.13%6.08%-
HSV(B)192º27.78%7.06%-
XYZ0.480.530.65-
YUV15.92129.17125.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=27.08%
G=35.42%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1317180.280.0600.9319216.136.08
HexD11121C605Dc0106
Octal1521223460135300206
Binary1101100011001011100110010111011100000010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,17,18); }

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

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

 a { background-color: rgb(13,17,18); }

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

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

 span { border-color: rgb(13,17,18); }

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