#521D3F

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

Shades of Blackberry #521D3F

Tints of Blackberry #521D3F

Color information

#521D3F (or 0x521D3F) is unknown color: approx Blackberry. HEX triplet: 52, 1D and 3F. RGB value is (82,29,63). Sum of RGB (Red+Green+Blue) = 82+29+63=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #521D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D3F is #ADE2C0. Grayscale: #303030. Windows color (decimal): -11395777 or 4136274. OLE color: 4136274.

HSL color Cylindrical-coordinate representation of color #521D3F: hue angle of 321.51º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D3F is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB822963-
CMYK00.650.230.68
HSL321.51º47.75%21.76%-
HSV(B)321.51º64.63%32.16%-
XYZ4.823.035.03-
YUV48.72136.06151.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 63 (25% from 255) = 36.21%
R=47.13%
G=16.67%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82296300.650.230.68321.5147.7521.76
Hex521D3F04117441423016
Octal12235770101271045026026
Binary1010010111011111110100000110111100010010100001011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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