#52133A

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

Shades of Blackberry #52133A

Tints of Blackberry #52133A

Color information

#52133A (or 0x52133A) is unknown color: approx Blackberry. HEX triplet: 52, 13 and 3A. RGB value is (82,19,58). Sum of RGB (Red+Green+Blue) = 82+19+58=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52133A is #ADECC5. Grayscale: #2A2A2A. Windows color (decimal): -11398342 or 3806034. OLE color: 3806034.

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

Color convert

RGB821958-
CMYK00.770.290.68
HSL322.86º62.38%19.8%-
HSV(B)322.86º76.83%32.16%-
XYZ4.482.574.26-
YUV42.28136.87156.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=51.57%
G=11.95%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82195800.770.290.68322.8662.3819.8
Hex52133A04D1D441433e14
Octal12223720115351045037624
Binary1010010100111110100100110111101100010010100001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52133A; }

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

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

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

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

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

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

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

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