#0D0F10

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

Shades of Black Pearl #0D0F10

Tints of Black Pearl #0D0F10

Color information

#0D0F10 (or 0x0D0F10) is unknown color: approx Black Pearl. HEX triplet: 0D, 0F and 10. RGB value is (13,15,16). Sum of RGB (Red+Green+Blue) = 13+15+16=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 16 - color contains mainly: blue. Hex color #0D0F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F10 is #F2F0EF. Grayscale: #0E0E0E. Windows color (decimal): -15921392 or 1052429. OLE color: 1052429.

HSL color Cylindrical-coordinate representation of color #0D0F10: hue angle of 200º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #0D0F10 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB131516-
CMYK0.190.0600.94
HSL200º10.34%5.69%-
HSV(B)200º18.75%6.27%-
XYZ0.430.460.56-
YUV14.52128.84126.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 29.55%
GREEN value IS 15 (6.25% from 255) = 34.09%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=29.55%
G=34.09%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1315160.190.0600.9420010.345.69
HexDF1013605Ec8a6
Octal1517202360136310126
Binary11011111100001001111001011110110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,15,16); }

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

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

 a { background-color: rgb(13,15,16); }

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

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

 span { border-color: rgb(13,15,16); }

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