#081015

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

Shades of Black Pearl #081015

Tints of Black Pearl #081015

Color information

#081015 (or 0x081015) is unknown color: approx Black Pearl. HEX triplet: 08, 10 and 15. RGB value is (8,16,21). Sum of RGB (Red+Green+Blue) = 8+16+21=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #081015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081015 is #F7EFEA. Grayscale: #0E0E0E. Windows color (decimal): -16248811 or 1380360. OLE color: 1380360.

HSL color Cylindrical-coordinate representation of color #081015: hue angle of 203.08º 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 #081015 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB81621-
CMYK0.620.2400.92
HSL203.08º44.83%5.69%-
HSV(B)203.08º61.9%8.24%-
XYZ0.420.480.78-
YUV14.18131.85123.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 16 (6.64% from 255) = 35.56%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=17.78%
G=35.56%
B=46.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal816210.620.2400.92203.0844.835.69
Hex810153E1805Ccb2d6
Octal10202576300134313556
Binary10001000010101111110110000101110011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081015; }

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

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

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

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

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

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

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

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