#052A31

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

Shades of Black Pearl #052A31

Tints of Black Pearl #052A31

Color information

#052A31 (or 0x052A31) is unknown color: approx Black Pearl. HEX triplet: 05, 2A and 31. RGB value is (5,42,49). Sum of RGB (Red+Green+Blue) = 5+42+49=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #052A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A31 is #FAD5CE. Grayscale: #1F1F1F. Windows color (decimal): -16438735 or 3222021. OLE color: 3222021.

HSL color Cylindrical-coordinate representation of color #052A31: hue angle of 189.55º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052A31 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB54249-
CMYK0.900.1400.81
HSL189.55º81.48%10.59%-
HSV(B)189.55º89.8%19.22%-
XYZ1.441.913.2-
YUV31.74137.74108.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 42 (16.80% from 255) = 43.75%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=5.21%
G=43.75%
B=51.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal542490.900.1400.81189.5581.4810.59
Hex52A315AE051be51b
Octal5526113216012127612113
Binary10110101011000110110101110010100011011111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A31; }

 p { color: rgb(5,42,49); }

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

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

 a { background-color: rgb(5,42,49); }

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

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

 span { border-color: rgb(5,42,49); }

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