#052133

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

Shades of Black Pearl #052133

Tints of Black Pearl #052133

Color information

#052133 (or 0x052133) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 33. RGB value is (5,33,51). Sum of RGB (Red+Green+Blue) = 5+33+51=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #052133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052133 is #FADECC. Grayscale: #1A1A1A. Windows color (decimal): -16441037 or 3350789. OLE color: 3350789.

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

Color convert

RGB53351-
CMYK0.900.3500.8
HSL203.48º82.14%10.98%-
HSV(B)203.48º90.2%20%-
XYZ1.21.363.33-
YUV26.68141.72112.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 51 (20.31% from 255) = 57.30%
R=5.62%
G=37.08%
B=57.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal533510.900.3500.8203.4882.1410.98
Hex521335A23050cb52b
Octal5416313243012031312213
Binary1011000011100111011010100011010100001100101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052133; }

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

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

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

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

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

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

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

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