#052331

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

Shades of Black Pearl #052331

Tints of Black Pearl #052331

Color information

#052331 (or 0x052331) is unknown color: approx Black Pearl. HEX triplet: 05, 23 and 31. RGB value is (5,35,49). Sum of RGB (Red+Green+Blue) = 5+35+49=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #052331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052331 is #FADCCE. Grayscale: #1B1B1B. Windows color (decimal): -16440527 or 3220229. OLE color: 3220229.

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

Color convert

RGB53549-
CMYK0.900.2900.81
HSL199.09º81.48%10.59%-
HSV(B)199.09º89.8%19.22%-
XYZ1.221.463.12-
YUV27.63140.06111.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 49 (19.53% from 255) = 55.06%
R=5.62%
G=39.33%
B=55.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal535490.900.2900.81199.0981.4810.59
Hex523315A1D051c751b
Octal5436113235012130712113
Binary101100011110001101101011101010100011100011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052331; }

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

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

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

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

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

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

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

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