#081424

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

Shades of Black Pearl #081424

Tints of Black Pearl #081424

Color information

#081424 (or 0x081424) is unknown color: approx Black Pearl. HEX triplet: 08, 14 and 24. RGB value is (8,20,36). Sum of RGB (Red+Green+Blue) = 8+20+36=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #081424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081424 is #F7EBDB. Grayscale: #121212. Windows color (decimal): -16247772 or 2364424. OLE color: 2364424.

HSL color Cylindrical-coordinate representation of color #081424: hue angle of 214.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081424 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB82036-
CMYK0.780.4400.86
HSL214.29º63.64%8.63%-
HSV(B)214.29º77.78%14.12%-
XYZ0.670.681.76-
YUV18.24138.02120.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 36 (14.45% from 255) = 56.25%
R=12.5%
G=31.25%
B=56.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal820360.780.4400.86214.2963.648.63
Hex814244E2C056d6409
Octal10244411654012632610011
Binary1000101001001001001110101100010101101101011010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081424; }

 p { color: rgb(8,20,36); }

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

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

 a { background-color: rgb(8,20,36); }

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

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

 span { border-color: rgb(8,20,36); }

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