#531837

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

Shades of Blackberry #531837

Tints of Blackberry #531837

Color information

#531837 (or 0x531837) is unknown color: approx Blackberry. HEX triplet: 53, 18 and 37. RGB value is (83,24,55). Sum of RGB (Red+Green+Blue) = 83+24+55=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531837 is #ACE7C8. Grayscale: #2D2D2D. Windows color (decimal): -11331529 or 3610707. OLE color: 3610707.

HSL color Cylindrical-coordinate representation of color #531837: hue angle of 328.47º 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 #531837 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB832455-
CMYK00.710.340.67
HSL328.47º55.14%20.98%-
HSV(B)328.47º71.08%32.55%-
XYZ4.582.773.91-
YUV45.18133.55154.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 55 (21.88% from 255) = 33.95%
R=51.23%
G=14.81%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83245500.710.340.67328.4755.1420.98
Hex53183704722431483715
Octal12330670107421035106725
Binary10100111100011011101000111100010100001110100100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531837; }

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

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

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

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

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

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

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

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