#520926

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

Shades of Blackberry #520926

Tints of Blackberry #520926

Color information

#520926 (or 0x520926) is unknown color: approx Blackberry. HEX triplet: 52, 09 and 26. RGB value is (82,9,38). Sum of RGB (Red+Green+Blue) = 82+9+38=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #520926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520926 is #ADF6D9. Grayscale: #222222. Windows color (decimal): -11400922 or 2492754. OLE color: 2492754.

HSL color Cylindrical-coordinate representation of color #520926: hue angle of 336.16º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520926 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB82938-
CMYK00.890.540.68
HSL336.16º80.22%17.84%-
HSV(B)336.16º89.02%32.16%-
XYZ3.932.132.04-
YUV34.13130.18162.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=63.57%
G=6.98%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8293800.890.540.68336.1680.2217.84
Hex5292605936441505012
Octal122114601316610452012022
Binary10100101001100110010110011101101000100101010000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520926; }

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

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

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

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

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

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

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

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