#081317

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

Shades of Black Pearl #081317

Tints of Black Pearl #081317

Color information

#081317 (or 0x081317) is unknown color: approx Black Pearl. HEX triplet: 08, 13 and 17. RGB value is (8,19,23). Sum of RGB (Red+Green+Blue) = 8+19+23=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #081317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081317 is #F7ECE8. Grayscale: #101010. Windows color (decimal): -16248041 or 1512200. OLE color: 1512200.

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

Color convert

RGB81923-
CMYK0.650.1700.91
HSL196º48.39%6.08%-
HSV(B)196º65.22%9.02%-
XYZ0.490.580.9-
YUV16.17131.86122.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 23 (9.38% from 255) = 46%
R=16%
G=38%
B=46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal819230.650.1700.9119648.396.08
Hex81317411105Bc4306
Octal102327101210133304606
Binary100010011101111000001100010101101111000100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081317; }

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

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

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

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

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

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

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

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