#052332

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

Shades of Black Pearl #052332

Tints of Black Pearl #052332

Color information

#052332 (or 0x052332) is unknown color: approx Black Pearl. HEX triplet: 05, 23 and 32. RGB value is (5,35,50). Sum of RGB (Red+Green+Blue) = 5+35+50=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #052332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052332 is #FADCCD. Grayscale: #1B1B1B. Windows color (decimal): -16440526 or 3285765. OLE color: 3285765.

HSL color Cylindrical-coordinate representation of color #052332: hue angle of 200º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052332 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB53550-
CMYK0.900.3000.80
HSL200º81.82%10.78%-
HSV(B)200º90%19.61%-
XYZ1.241.463.23-
YUV27.74140.56111.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 50 (19.92% from 255) = 55.56%
R=5.56%
G=38.89%
B=55.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal535500.900.3000.8020081.8210.78
Hex523325A1E050c852b
Octal5436213236012031012213
Binary101100011110010101101011110010100001100100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052332; }

 p { color: rgb(5,35,50); }

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

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

 a { background-color: rgb(5,35,50); }

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

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

 span { border-color: rgb(5,35,50); }

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