#081629

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

Shades of Black Pearl #081629

Tints of Black Pearl #081629

Color information

#081629 (or 0x081629) is unknown color: approx Black Pearl. HEX triplet: 08, 16 and 29. RGB value is (8,22,41). Sum of RGB (Red+Green+Blue) = 8+22+41=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #081629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081629 is #F7E9D6. Grayscale: #131313. Windows color (decimal): -16247255 or 2692616. OLE color: 2692616.

HSL color Cylindrical-coordinate representation of color #081629: hue angle of 214.55º 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 #081629 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB82241-
CMYK0.800.4600.84
HSL214.55º67.35%9.61%-
HSV(B)214.55º80.49%16.08%-
XYZ0.790.792.21-
YUV19.98139.86119.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 41 (16.41% from 255) = 57.75%
R=11.27%
G=30.99%
B=57.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal822410.800.4600.84214.5567.359.61
Hex81629502E054d743a
Octal10265112056012432710312
Binary1000101101010011010000101110010101001101011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081629; }

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

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

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

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

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

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

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

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