#052531

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

Shades of Black Pearl #052531

Tints of Black Pearl #052531

Color information

#052531 (or 0x052531) is unknown color: approx Black Pearl. HEX triplet: 05, 25 and 31. RGB value is (5,37,49). Sum of RGB (Red+Green+Blue) = 5+37+49=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #052531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052531 is #FADACE. Grayscale: #1C1C1C. Windows color (decimal): -16440015 or 3220741. OLE color: 3220741.

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

Color convert

RGB53749-
CMYK0.900.2400.81
HSL196.36º81.48%10.59%-
HSV(B)196.36º89.8%19.22%-
XYZ1.281.583.14-
YUV28.8139.4111.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=5.49%
G=40.66%
B=53.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal537490.900.2400.81196.3681.4810.59
Hex525315A18051c451b
Octal5456113230012130412113
Binary101100101110001101101011000010100011100010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052531; }

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

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

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

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

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

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

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

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