#521B41

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

Shades of Blackberry #521B41

Tints of Blackberry #521B41

Color information

#521B41 (or 0x521B41) is unknown color: approx Blackberry. HEX triplet: 52, 1B and 41. RGB value is (82,27,65). Sum of RGB (Red+Green+Blue) = 82+27+65=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #521B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B41 is #ADE4BE. Grayscale: #2F2F2F. Windows color (decimal): -11396287 or 4266834. OLE color: 4266834.

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

Color convert

RGB822765-
CMYK00.670.210.68
HSL318.55º50.46%21.37%-
HSV(B)318.55º67.07%32.16%-
XYZ4.832.965.32-
YUV47.78137.72152.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=47.13%
G=15.52%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82276500.670.210.68318.5550.4621.37
Hex521B41043154413f3215
Octal122331010103251044776225
Binary10100101101110000010100001110101100010010011111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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