#521133

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

Shades of Blackberry #521133

Tints of Blackberry #521133

Color information

#521133 (or 0x521133) is unknown color: approx Blackberry. HEX triplet: 52, 11 and 33. RGB value is (82,17,51). Sum of RGB (Red+Green+Blue) = 82+17+51=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #521133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521133 is #ADEECC. Grayscale: #282828. Windows color (decimal): -11398861 or 3346770. OLE color: 3346770.

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

Color convert

RGB821751-
CMYK00.790.380.68
HSL328.62º65.66%19.41%-
HSV(B)328.62º79.27%32.16%-
XYZ4.282.433.38-
YUV40.31134.03157.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.67%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 51 (20.31% from 255) = 34%
R=54.67%
G=11.33%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82175100.790.380.68328.6265.6619.41
Hex52113304F26441494213
Octal122216301174610451110223
Binary101001010001110011010011111001101000100101001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521133; }

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

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

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

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

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

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

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

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