#52163C

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

Shades of Blackberry #52163C

Tints of Blackberry #52163C

Color information

#52163C (or 0x52163C) is unknown color: approx Blackberry. HEX triplet: 52, 16 and 3C. RGB value is (82,22,60). Sum of RGB (Red+Green+Blue) = 82+22+60=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52163C is #ADE9C3. Grayscale: #2C2C2C. Windows color (decimal): -11397572 or 3937874. OLE color: 3937874.

HSL color Cylindrical-coordinate representation of color #52163C: hue angle of 322º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52163C is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB822260-
CMYK00.730.270.68
HSL322º57.69%20.39%-
HSV(B)322º73.17%32.16%-
XYZ4.582.694.55-
YUV44.27136.88154.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=50%
G=13.41%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82226000.730.270.6832257.6920.39
Hex52163C0491B441423a14
Octal12226740111331045027224
Binary1010010101101111000100100111011100010010100001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52163C; }

 p { color: rgb(82,22,60); }

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

<style>
 a { background-color: #52163C; }

 a { background-color: rgb(82,22,60); }

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

<style>
 span { border-color: #52163C; }

 span { border-color: rgb(82,22,60); }

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