#520126

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

Shades of Blackberry #520126

Tints of Blackberry #520126

Color information

#520126 (or 0x520126) is unknown color: approx Blackberry. HEX triplet: 52, 01 and 26. RGB value is (82,1,38). Sum of RGB (Red+Green+Blue) = 82+1+38=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520126 is #ADFED9. Grayscale: #1D1D1D. Windows color (decimal): -11402970 or 2490706. OLE color: 2490706.

HSL color Cylindrical-coordinate representation of color #520126: hue angle of 332.59º 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 #520126 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB82138-
CMYK00.990.540.68
HSL332.59º97.59%16.27%-
HSV(B)332.59º98.78%32.16%-
XYZ3.841.962.01-
YUV29.44132.84165.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.77%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=67.77%
G=0.83%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8213800.990.540.68332.5997.5916.27
Hex52126063364414d6210
Octal12214601436610451514220
Binary10100101100110011000111101101000100101001101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520126; }

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

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

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

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

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

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

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

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