#521B3F

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

Shades of Blackberry #521B3F

Tints of Blackberry #521B3F

Color information

#521B3F (or 0x521B3F) is unknown color: approx Blackberry. HEX triplet: 52, 1B and 3F. RGB value is (82,27,63). Sum of RGB (Red+Green+Blue) = 82+27+63=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B3F is #ADE4C0. Grayscale: #2F2F2F. Windows color (decimal): -11396289 or 4135762. OLE color: 4135762.

HSL color Cylindrical-coordinate representation of color #521B3F: hue angle of 320.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 #521B3F is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB822763-
CMYK00.670.230.68
HSL320.73º50.46%21.37%-
HSV(B)320.73º67.07%32.16%-
XYZ4.772.945.02-
YUV47.55136.72152.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 63 (25% from 255) = 36.63%
R=47.67%
G=15.70%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82276300.670.230.68320.7350.4621.37
Hex521B3F04317441413215
Octal12233770103271045016225
Binary1010010110111111110100001110111100010010100000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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