#081417

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

Shades of Black Pearl #081417

Tints of Black Pearl #081417

Color information

#081417 (or 0x081417) is unknown color: approx Black Pearl. HEX triplet: 08, 14 and 17. RGB value is (8,20,23). Sum of RGB (Red+Green+Blue) = 8+20+23=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #081417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081417 is #F7EBE8. Grayscale: #101010. Windows color (decimal): -16247785 or 1512456. OLE color: 1512456.

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

Color convert

RGB82023-
CMYK0.650.1300.91
HSL192º48.39%6.08%-
HSV(B)192º65.22%9.02%-
XYZ0.50.610.9-
YUV16.75131.52121.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.69%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 23 (9.38% from 255) = 45.10%
R=15.69%
G=39.22%
B=45.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal820230.650.1300.9119248.396.08
Hex8141741D05Bc0306
Octal102427101150133300606
Binary10001010010111100000111010101101111000000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081417; }

 p { color: rgb(8,20,23); }

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

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

 a { background-color: rgb(8,20,23); }

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

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

 span { border-color: rgb(8,20,23); }

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