#521C3C

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

Shades of Blackberry #521C3C

Tints of Blackberry #521C3C

Color information

#521C3C (or 0x521C3C) is unknown color: approx Blackberry. HEX triplet: 52, 1C and 3C. RGB value is (82,28,60). Sum of RGB (Red+Green+Blue) = 82+28+60=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #521C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C3C is #ADE3C3. Grayscale: #2F2F2F. Windows color (decimal): -11396036 or 3939410. OLE color: 3939410.

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

Color convert

RGB822860-
CMYK00.660.270.68
HSL324.44º49.09%21.57%-
HSV(B)324.44º65.85%32.16%-
XYZ4.712.954.6-
YUV47.79134.89152.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 28 (11.33% from 255) = 16.47%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=48.24%
G=16.47%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82286000.660.270.68324.4449.0921.57
Hex521C3C0421B441443116
Octal12234740102331045046126
Binary1010010111001111000100001011011100010010100010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,28,60); }

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

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

 a { background-color: rgb(82,28,60); }

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

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

 span { border-color: rgb(82,28,60); }

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