#521B34

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

Shades of Blackberry #521B34

Tints of Blackberry #521B34

Color information

#521B34 (or 0x521B34) is unknown color: approx Blackberry. HEX triplet: 52, 1B and 34. RGB value is (82,27,52). Sum of RGB (Red+Green+Blue) = 82+27+52=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #521B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B34 is #ADE4CB. Grayscale: #2E2E2E. Windows color (decimal): -11396300 or 3414866. OLE color: 3414866.

HSL color Cylindrical-coordinate representation of color #521B34: hue angle of 332.73º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B34 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB822752-
CMYK00.670.370.68
HSL332.73º50.46%21.37%-
HSV(B)332.73º67.07%32.16%-
XYZ4.492.833.56-
YUV46.29131.22153.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=50.93%
G=16.77%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82275200.670.370.68332.7350.4621.37
Hex521B34043254414d3215
Octal12233640103451045156225
Binary10100101101111010001000011100101100010010100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521B34; }

 p { color: rgb(82,27,52); }

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

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

 a { background-color: rgb(82,27,52); }

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

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

 span { border-color: rgb(82,27,52); }

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