#52132B

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

Shades of Blackberry #52132B

Tints of Blackberry #52132B

Color information

#52132B (or 0x52132B) is unknown color: approx Blackberry. HEX triplet: 52, 13 and 2B. RGB value is (82,19,43). Sum of RGB (Red+Green+Blue) = 82+19+43=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52132B is #ADECD4. Grayscale: #282828. Windows color (decimal): -11398357 or 2822994. OLE color: 2822994.

HSL color Cylindrical-coordinate representation of color #52132B: hue angle of 337.14º 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 #52132B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB821943-
CMYK00.770.480.68
HSL337.14º62.38%19.8%-
HSV(B)337.14º76.83%32.16%-
XYZ4.152.432.54-
YUV40.57129.37157.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=56.94%
G=13.19%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82194300.770.480.68337.1462.3819.8
Hex52132B04D30441513e14
Octal12223530115601045217624
Binary10100101001110101101001101110000100010010101000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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