#52132E

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

Shades of Blackberry #52132E

Tints of Blackberry #52132E

Color information

#52132E (or 0x52132E) is unknown color: approx Blackberry. HEX triplet: 52, 13 and 2E. RGB value is (82,19,46). Sum of RGB (Red+Green+Blue) = 82+19+46=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52132E is #ADECD1. Grayscale: #282828. Windows color (decimal): -11398354 or 3019602. OLE color: 3019602.

HSL color Cylindrical-coordinate representation of color #52132E: hue angle of 334.29º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52132E is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB821946-
CMYK00.770.440.68
HSL334.29º62.38%19.8%-
HSV(B)334.29º76.83%32.16%-
XYZ4.212.462.84-
YUV40.92130.87157.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.78%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=55.78%
G=12.93%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82194600.770.440.68334.2962.3819.8
Hex52132E04D2C4414e3e14
Octal12223560115541045167624
Binary10100101001110111001001101101100100010010100111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52132E; }

 p { color: rgb(82,19,46); }

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

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

 a { background-color: rgb(82,19,46); }

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

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

 span { border-color: rgb(82,19,46); }

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