#081324

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

Shades of Black Pearl #081324

Tints of Black Pearl #081324

Color information

#081324 (or 0x081324) is unknown color: approx Black Pearl. HEX triplet: 08, 13 and 24. RGB value is (8,19,36). Sum of RGB (Red+Green+Blue) = 8+19+36=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #081324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081324 is #F7ECDB. Grayscale: #111111. Windows color (decimal): -16248028 or 2364168. OLE color: 2364168.

HSL color Cylindrical-coordinate representation of color #081324: hue angle of 216.43º 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 #081324 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB81936-
CMYK0.780.4700.86
HSL216.43º63.64%8.63%-
HSV(B)216.43º77.78%14.12%-
XYZ0.650.641.76-
YUV17.65138.36121.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 36 (14.45% from 255) = 57.14%
R=12.70%
G=30.16%
B=57.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal819360.780.4700.86216.4363.648.63
Hex813244E2F056d8409
Octal10234411657012633010011
Binary1000100111001001001110101111010101101101100010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081324; }

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

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

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

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

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

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

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

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