#531832

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

Shades of Blackberry #531832

Tints of Blackberry #531832

Color information

#531832 (or 0x531832) is unknown color: approx Blackberry. HEX triplet: 53, 18 and 32. RGB value is (83,24,50). Sum of RGB (Red+Green+Blue) = 83+24+50=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531832 is #ACE7CD. Grayscale: #2C2C2C. Windows color (decimal): -11331534 or 3283027. OLE color: 3283027.

HSL color Cylindrical-coordinate representation of color #531832: hue angle of 333.56º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531832 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB832450-
CMYK00.710.400.67
HSL333.56º55.14%20.98%-
HSV(B)333.56º71.08%32.55%-
XYZ4.472.723.31-
YUV44.6131.05155.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=52.87%
G=15.29%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83245000.710.400.67333.5655.1420.98
Hex531832047284314e3715
Octal12330620107501035166725
Binary10100111100011001001000111101000100001110100111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531832; }

 p { color: rgb(83,24,50); }

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

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

 a { background-color: rgb(83,24,50); }

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

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

 span { border-color: rgb(83,24,50); }

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