#52132F

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

Shades of Blackberry #52132F

Tints of Blackberry #52132F

Color information

#52132F (or 0x52132F) is unknown color: approx Blackberry. HEX triplet: 52, 13 and 2F. RGB value is (82,19,47). Sum of RGB (Red+Green+Blue) = 82+19+47=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #52132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52132F is #ADECD0. Grayscale: #282828. Windows color (decimal): -11398353 or 3085138. OLE color: 3085138.

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

Color convert

RGB821947-
CMYK00.770.430.68
HSL333.33º62.38%19.8%-
HSV(B)333.33º76.83%32.16%-
XYZ4.232.462.94-
YUV41.03131.37157.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.41%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=55.41%
G=12.84%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82194700.770.430.68333.3362.3819.8
Hex52132F04D2B4414d3e14
Octal12223570115531045157624
Binary10100101001110111101001101101011100010010100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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