#052232

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

Shades of Black Pearl #052232

Tints of Black Pearl #052232

Color information

#052232 (or 0x052232) is unknown color: approx Black Pearl. HEX triplet: 05, 22 and 32. RGB value is (5,34,50). Sum of RGB (Red+Green+Blue) = 5+34+50=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #052232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052232 is #FADDCD. Grayscale: #1B1B1B. Windows color (decimal): -16440782 or 3285509. OLE color: 3285509.

HSL color Cylindrical-coordinate representation of color #052232: hue angle of 201.33º 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 #052232 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB53450-
CMYK0.900.3200.80
HSL201.33º81.82%10.78%-
HSV(B)201.33º90%19.61%-
XYZ1.211.413.23-
YUV27.15140.89112.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 50 (19.92% from 255) = 56.18%
R=5.62%
G=38.20%
B=56.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal534500.900.3200.80201.3381.8210.78
Hex522325A20050c952b
Octal5426213240012031112213
Binary1011000101100101011010100000010100001100100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052232; }

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

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

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

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

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

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

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

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