#0D1517

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

Shades of Black Pearl #0D1517

Tints of Black Pearl #0D1517

Color information

#0D1517 (or 0x0D1517) is unknown color: approx Black Pearl. HEX triplet: 0D, 15 and 17. RGB value is (13,21,23). Sum of RGB (Red+Green+Blue) = 13+21+23=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D1517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1517 is #F2EAE8. Grayscale: #121212. Windows color (decimal): -15919849 or 1512717. OLE color: 1512717.

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

Color convert

RGB132123-
CMYK0.430.0900.91
HSL192º27.78%7.06%-
HSV(B)192º43.48%9.02%-
XYZ0.590.680.91-
YUV18.84130.35123.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.81%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=22.81%
G=36.84%
B=40.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1321230.430.0900.9119227.787.06
HexD15172B905Bc01c7
Octal15252753110133300347
Binary110110101101111010111001010110111100000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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