#531B36

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

Shades of Blackberry #531B36

Tints of Blackberry #531B36

Color information

#531B36 (or 0x531B36) is unknown color: approx Blackberry. HEX triplet: 53, 1B and 36. RGB value is (83,27,54). Sum of RGB (Red+Green+Blue) = 83+27+54=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #531B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B36 is #ACE4C9. Grayscale: #2E2E2E. Windows color (decimal): -11330762 or 3545939. OLE color: 3545939.

HSL color Cylindrical-coordinate representation of color #531B36: hue angle of 331.07º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B36 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB832754-
CMYK00.670.350.67
HSL331.07º50.91%21.57%-
HSV(B)331.07º67.47%32.55%-
XYZ4.632.893.8-
YUV46.82132.05153.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 27 (10.94% from 255) = 16.46%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=50.61%
G=16.46%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83275400.670.350.67331.0750.9121.57
Hex531B36043234314b3316
Octal12333660103431035136326
Binary10100111101111011001000011100011100001110100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531B36; }

 p { color: rgb(83,27,54); }

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

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

 a { background-color: rgb(83,27,54); }

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

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

 span { border-color: rgb(83,27,54); }

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