#52133F

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

Shades of Blackberry #52133F

Tints of Blackberry #52133F

Color information

#52133F (or 0x52133F) is unknown color: approx Blackberry. HEX triplet: 52, 13 and 3F. RGB value is (82,19,63). Sum of RGB (Red+Green+Blue) = 82+19+63=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52133F is #ADECC0. Grayscale: #2A2A2A. Windows color (decimal): -11398337 or 4133714. OLE color: 4133714.

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

Color convert

RGB821963-
CMYK00.770.230.68
HSL318.1º62.38%19.8%-
HSV(B)318.1º76.83%32.16%-
XYZ4.612.624.97-
YUV42.85139.37155.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 63 (25% from 255) = 38.41%
R=50%
G=11.59%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82196300.770.230.68318.162.3819.8
Hex52133F04D174413e3e14
Octal12223770115271044767624
Binary1010010100111111110100110110111100010010011111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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