#081518

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

Shades of Black Pearl #081518

Tints of Black Pearl #081518

Color information

#081518 (or 0x081518) is unknown color: approx Black Pearl. HEX triplet: 08, 15 and 18. RGB value is (8,21,24). Sum of RGB (Red+Green+Blue) = 8+21+24=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #081518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081518 is #F7EAE7. Grayscale: #111111. Windows color (decimal): -16247528 or 1578248. OLE color: 1578248.

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

Color convert

RGB82124-
CMYK0.670.1300.91
HSL191.25º50%6.27%-
HSV(B)191.25º66.67%9.41%-
XYZ0.530.650.96-
YUV17.45131.69121.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=15.09%
G=39.62%
B=45.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal821240.670.1300.91191.25506.27
Hex8151843D05Bbf326
Octal102530103150133277626
Binary10001010111000100001111010101101110111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081518; }

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

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

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

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

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

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

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

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