#531835

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

Shades of Blackberry #531835

Tints of Blackberry #531835

Color information

#531835 (or 0x531835) is unknown color: approx Blackberry. HEX triplet: 53, 18 and 35. RGB value is (83,24,53). Sum of RGB (Red+Green+Blue) = 83+24+53=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531835 is #ACE7CA. Grayscale: #2C2C2C. Windows color (decimal): -11331531 or 3479635. OLE color: 3479635.

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

Color convert

RGB832453-
CMYK00.710.360.67
HSL330.51º55.14%20.98%-
HSV(B)330.51º71.08%32.55%-
XYZ4.542.753.66-
YUV44.95132.55155.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=51.88%
G=15%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83245300.710.360.67330.5155.1420.98
Hex531835047244314b3715
Octal12330650107441035136725
Binary10100111100011010101000111100100100001110100101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531835; }

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

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

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

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

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

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

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

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