#531A35

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

Shades of Blackberry #531A35

Tints of Blackberry #531A35

Color information

#531A35 (or 0x531A35) is unknown color: approx Blackberry. HEX triplet: 53, 1A and 35. RGB value is (83,26,53). Sum of RGB (Red+Green+Blue) = 83+26+53=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A35 is #ACE5CA. Grayscale: #2E2E2E. Windows color (decimal): -11331019 or 3480147. OLE color: 3480147.

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

Color convert

RGB832653-
CMYK00.690.360.67
HSL331.58º52.29%21.37%-
HSV(B)331.58º68.67%32.55%-
XYZ4.582.833.67-
YUV46.12131.88154.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=51.23%
G=16.05%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83265300.690.360.67331.5852.2921.37
Hex531A35045244314c3415
Octal12332650105441035146425
Binary10100111101011010101000101100100100001110100110011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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