#081529

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

Shades of Black Pearl #081529

Tints of Black Pearl #081529

Color information

#081529 (or 0x081529) is unknown color: approx Black Pearl. HEX triplet: 08, 15 and 29. RGB value is (8,21,41). Sum of RGB (Red+Green+Blue) = 8+21+41=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #081529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081529 is #F7EAD6. Grayscale: #131313. Windows color (decimal): -16247511 or 2692360. OLE color: 2692360.

HSL color Cylindrical-coordinate representation of color #081529: hue angle of 216.36º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #081529 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB82141-
CMYK0.800.4900.84
HSL216.36º67.35%9.61%-
HSV(B)216.36º80.49%16.08%-
XYZ0.770.752.2-
YUV19.39140.19119.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 41 (16.41% from 255) = 58.57%
R=11.43%
G=30%
B=58.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal821410.800.4900.84216.3667.359.61
Hex815295031054d843a
Octal10255112061012433010312
Binary1000101011010011010000110001010101001101100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081529; }

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

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

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

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

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

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

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

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