#052831

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

Shades of Black Pearl #052831

Tints of Black Pearl #052831

Color information

#052831 (or 0x052831) is unknown color: approx Black Pearl. HEX triplet: 05, 28 and 31. RGB value is (5,40,49). Sum of RGB (Red+Green+Blue) = 5+40+49=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #052831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052831 is #FAD7CE. Grayscale: #1E1E1E. Windows color (decimal): -16439247 or 3221509. OLE color: 3221509.

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

Color convert

RGB54049-
CMYK0.900.1800.81
HSL192.27º81.48%10.59%-
HSV(B)192.27º89.8%19.22%-
XYZ1.381.773.18-
YUV30.56138.4109.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 40 (16.02% from 255) = 42.55%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=5.32%
G=42.55%
B=52.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal540490.900.1800.81192.2781.4810.59
Hex528315A12051c051b
Octal5506113222012130012113
Binary101101000110001101101010010010100011100000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052831; }

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

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

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

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

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

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

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

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