#520121

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

Shades of Blackberry #520121

Tints of Blackberry #520121

Color information

#520121 (or 0x520121) is unknown color: approx Blackberry. HEX triplet: 52, 01 and 21. RGB value is (82,1,33). Sum of RGB (Red+Green+Blue) = 82+1+33=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #520121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520121 is #ADFEDE. Grayscale: #1C1C1C. Windows color (decimal): -11402975 or 2163026. OLE color: 2163026.

HSL color Cylindrical-coordinate representation of color #520121: hue angle of 336.3º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520121 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB82133-
CMYK00.990.600.68
HSL336.3º97.59%16.27%-
HSV(B)336.3º98.78%32.16%-
XYZ3.771.931.61-
YUV28.87130.34165.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.69%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=70.69%
G=0.86%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8213300.990.600.68336.397.5916.27
Hex521210633C441506210
Octal12214101437410452014220
Binary10100101100001011000111111001000100101010000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520121; }

 p { color: rgb(82,1,33); }

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

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

 a { background-color: rgb(82,1,33); }

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

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

 span { border-color: rgb(82,1,33); }

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