#051629

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

Shades of Black Pearl #051629

Tints of Black Pearl #051629

Color information

#051629 (or 0x051629) is unknown color: approx Black Pearl. HEX triplet: 05, 16 and 29. RGB value is (5,22,41). Sum of RGB (Red+Green+Blue) = 5+22+41=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #051629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051629 is #FAE9D6. Grayscale: #121212. Windows color (decimal): -16443863 or 2692613. OLE color: 2692613.

HSL color Cylindrical-coordinate representation of color #051629: hue angle of 211.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051629 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB52241-
CMYK0.880.4600.84
HSL211.67º78.26%9.02%-
HSV(B)211.67º87.8%16.08%-
XYZ0.750.772.21-
YUV19.08140.37117.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 22 (8.98% from 255) = 32.35%
BLUE value IS 41 (16.41% from 255) = 60.29%
R=7.35%
G=32.35%
B=60.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal522410.880.4600.84211.6778.269.02
Hex51629582E054d44e9
Octal5265113056012432411611
Binary101101101010011011000101110010101001101010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051629; }

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

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

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

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

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

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

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

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