#052031

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

Shades of Black Pearl #052031

Tints of Black Pearl #052031

Color information

#052031 (or 0x052031) is unknown color: approx Black Pearl. HEX triplet: 05, 20 and 31. RGB value is (5,32,49). Sum of RGB (Red+Green+Blue) = 5+32+49=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #052031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052031 is #FADFCE. Grayscale: #191919. Windows color (decimal): -16441295 or 3219461. OLE color: 3219461.

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

Color convert

RGB53249-
CMYK0.900.3500.81
HSL203.18º81.48%10.59%-
HSV(B)203.18º89.8%19.22%-
XYZ1.131.293.09-
YUV25.86141.05113.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=5.81%
G=37.21%
B=56.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal532490.900.3500.81203.1881.4810.59
Hex520315A23051cb51b
Octal5406113243012131312113
Binary1011000001100011011010100011010100011100101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052031; }

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

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

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

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

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

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

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

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