#052129

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

Shades of Black Pearl #052129

Tints of Black Pearl #052129

Color information

#052129 (or 0x052129) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 29. RGB value is (5,33,41). Sum of RGB (Red+Green+Blue) = 5+33+41=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #052129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052129 is #FADED6. Grayscale: #191919. Windows color (decimal): -16441047 or 2695429. OLE color: 2695429.

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

Color convert

RGB53341-
CMYK0.880.2000.84
HSL193.33º78.26%9.02%-
HSV(B)193.33º87.8%16.08%-
XYZ1.011.282.29-
YUV25.54136.72113.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 41 (16.41% from 255) = 51.90%
R=6.33%
G=41.77%
B=51.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal533410.880.2000.84193.3378.269.02
Hex521295814054c14e9
Octal5415113024012430111611
Binary101100001101001101100010100010101001100000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052129; }

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

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

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

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

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

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

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

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