#0D1617

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

Shades of Black Pearl #0D1617

Tints of Black Pearl #0D1617

Color information

#0D1617 (or 0x0D1617) is unknown color: approx Black Pearl. HEX triplet: 0D, 16 and 17. RGB value is (13,22,23). Sum of RGB (Red+Green+Blue) = 13+22+23=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D1617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1617 is #F2E9E8. Grayscale: #131313. Windows color (decimal): -15919593 or 1512973. OLE color: 1512973.

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

Color convert

RGB132223-
CMYK0.430.0400.91
HSL186º27.78%7.06%-
HSV(B)186º43.48%9.02%-
XYZ0.610.720.92-
YUV19.42130.02123.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 22 (8.98% from 255) = 37.93%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=22.41%
G=37.93%
B=39.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1322230.430.0400.9118627.787.06
HexD16172B405Bba1c7
Octal1526275340133272347
Binary11011011010111101011100010110111011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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