#052429

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

Shades of Black Pearl #052429

Tints of Black Pearl #052429

Color information

#052429 (or 0x052429) is unknown color: approx Black Pearl. HEX triplet: 05, 24 and 29. RGB value is (5,36,41). Sum of RGB (Red+Green+Blue) = 5+36+41=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #052429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052429 is #FADBD6. Grayscale: #1B1B1B. Windows color (decimal): -16440279 or 2696197. OLE color: 2696197.

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

Color convert

RGB53641-
CMYK0.880.1200.84
HSL188.33º78.26%9.02%-
HSV(B)188.33º87.8%16.08%-
XYZ1.091.452.32-
YUV27.3135.73112.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 36 (14.45% from 255) = 43.90%
BLUE value IS 41 (16.41% from 255) = 50%
R=6.10%
G=43.90%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal536410.880.1200.84188.3378.269.02
Hex5242958C054bc4e9
Octal5445113014012427411611
Binary10110010010100110110001100010101001011110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052429; }

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

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

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

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

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

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

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

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