#081517

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

Shades of Black Pearl #081517

Tints of Black Pearl #081517

Color information

#081517 (or 0x081517) is unknown color: approx Black Pearl. HEX triplet: 08, 15 and 17. RGB value is (8,21,23). Sum of RGB (Red+Green+Blue) = 8+21+23=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #081517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081517 is #F7EAE8. Grayscale: #111111. Windows color (decimal): -16247529 or 1512712. OLE color: 1512712.

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

Color convert

RGB82123-
CMYK0.650.0900.91
HSL188º48.39%6.08%-
HSV(B)188º65.22%9.02%-
XYZ0.520.650.91-
YUV17.34131.19121.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.38%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 23 (9.38% from 255) = 44.23%
R=15.38%
G=40.38%
B=44.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal821230.650.0900.9118848.396.08
Hex8151741905Bbc306
Octal102527101110133274606
Binary10001010110111100000110010101101110111100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081517; }

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

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

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

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

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

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

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

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