#531934

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

Shades of Blackberry #531934

Tints of Blackberry #531934

Color information

#531934 (or 0x531934) is unknown color: approx Blackberry. HEX triplet: 53, 19 and 34. RGB value is (83,25,52). Sum of RGB (Red+Green+Blue) = 83+25+52=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531934 is #ACE6CB. Grayscale: #2D2D2D. Windows color (decimal): -11331276 or 3414355. OLE color: 3414355.

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

Color convert

RGB832552-
CMYK00.700.370.67
HSL332.07º53.7%21.18%-
HSV(B)332.07º69.88%32.55%-
XYZ4.532.783.55-
YUV45.42131.72154.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=51.88%
G=15.62%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83255200.700.370.67332.0753.721.18
Hex531934046254314c3615
Octal12331640106451035146625
Binary10100111100111010001000110100101100001110100110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531934; }

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

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

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

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

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

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

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

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