#531B35

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

Shades of Blackberry #531B35

Tints of Blackberry #531B35

Color information

#531B35 (or 0x531B35) is unknown color: approx Blackberry. HEX triplet: 53, 1B and 35. RGB value is (83,27,53). Sum of RGB (Red+Green+Blue) = 83+27+53=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #531B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B35 is #ACE4CA. Grayscale: #2E2E2E. Windows color (decimal): -11330763 or 3480403. OLE color: 3480403.

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

Color convert

RGB832753-
CMYK00.670.360.67
HSL332.14º50.91%21.57%-
HSV(B)332.14º67.47%32.55%-
XYZ4.62.883.68-
YUV46.71131.55153.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 27 (10.94% from 255) = 16.56%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=50.92%
G=16.56%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83275300.670.360.67332.1450.9121.57
Hex531B35043244314c3316
Octal12333650103441035146326
Binary10100111101111010101000011100100100001110100110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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