#531A34

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

Shades of Blackberry #531A34

Tints of Blackberry #531A34

Color information

#531A34 (or 0x531A34) is unknown color: approx Blackberry. HEX triplet: 53, 1A and 34. RGB value is (83,26,52). Sum of RGB (Red+Green+Blue) = 83+26+52=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #531A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A34 is #ACE5CB. Grayscale: #2D2D2D. Windows color (decimal): -11331020 or 3414611. OLE color: 3414611.

HSL color Cylindrical-coordinate representation of color #531A34: hue angle of 332.63º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A34 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB832652-
CMYK00.690.370.67
HSL332.63º52.29%21.37%-
HSV(B)332.63º68.67%32.55%-
XYZ4.562.833.55-
YUV46.01131.38154.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=51.55%
G=16.15%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83265200.690.370.67332.6352.2921.37
Hex531A34045254314d3415
Octal12332640105451035156425
Binary10100111101011010001000101100101100001110100110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,26,52); }

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

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

 a { background-color: rgb(83,26,52); }

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

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

 span { border-color: rgb(83,26,52); }

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