#52133D

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

Shades of Blackberry #52133D

Tints of Blackberry #52133D

Color information

#52133D (or 0x52133D) is unknown color: approx Blackberry. HEX triplet: 52, 13 and 3D. RGB value is (82,19,61). Sum of RGB (Red+Green+Blue) = 82+19+61=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52133D is #ADECC2. Grayscale: #2A2A2A. Windows color (decimal): -11398339 or 4002642. OLE color: 4002642.

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

Color convert

RGB821961-
CMYK00.770.260.68
HSL320º62.38%19.8%-
HSV(B)320º76.83%32.16%-
XYZ4.552.64.68-
YUV42.62138.37156.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=50.62%
G=11.73%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82196100.770.260.6832062.3819.8
Hex52133D04D1A441403e14
Octal12223750115321045007624
Binary1010010100111111010100110111010100010010100000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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