#521139

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

Shades of Blackberry #521139

Tints of Blackberry #521139

Color information

#521139 (or 0x521139) is unknown color: approx Blackberry. HEX triplet: 52, 11 and 39. RGB value is (82,17,57). Sum of RGB (Red+Green+Blue) = 82+17+57=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521139 is #ADEEC6. Grayscale: #282828. Windows color (decimal): -11398855 or 3739986. OLE color: 3739986.

HSL color Cylindrical-coordinate representation of color #521139: hue angle of 323.08º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521139 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB821757-
CMYK00.790.300.68
HSL323.08º65.66%19.41%-
HSV(B)323.08º79.27%32.16%-
XYZ4.422.494.12-
YUV41137.03157.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=52.56%
G=10.90%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82175700.790.300.68323.0865.6619.41
Hex52113904F1E441434213
Octal122217101173610450310223
Binary10100101000111100101001111111101000100101000011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521139; }

 p { color: rgb(82,17,57); }

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

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

 a { background-color: rgb(82,17,57); }

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

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

 span { border-color: rgb(82,17,57); }

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