#081115

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

Shades of Black Pearl #081115

Tints of Black Pearl #081115

Color information

#081115 (or 0x081115) is unknown color: approx Black Pearl. HEX triplet: 08, 11 and 15. RGB value is (8,17,21). Sum of RGB (Red+Green+Blue) = 8+17+21=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #081115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081115 is #F7EEEA. Grayscale: #0E0E0E. Windows color (decimal): -16248555 or 1380616. OLE color: 1380616.

HSL color Cylindrical-coordinate representation of color #081115: hue angle of 198.46º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #081115 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB81721-
CMYK0.620.1900.92
HSL198.46º44.83%5.69%-
HSV(B)198.46º61.9%8.24%-
XYZ0.440.510.78-
YUV14.76131.52123.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.39%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=17.39%
G=36.96%
B=45.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal817210.620.1900.92198.4644.835.69
Hex811153E1305Cc62d6
Octal10212576230134306556
Binary10001000110101111110100110101110011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081115; }

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

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

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

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

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

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

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

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