#52163A

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

Shades of Blackberry #52163A

Tints of Blackberry #52163A

Color information

#52163A (or 0x52163A) is unknown color: approx Blackberry. HEX triplet: 52, 16 and 3A. RGB value is (82,22,58). Sum of RGB (Red+Green+Blue) = 82+22+58=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52163A is #ADE9C5. Grayscale: #2B2B2B. Windows color (decimal): -11397574 or 3806802. OLE color: 3806802.

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

Color convert

RGB822258-
CMYK00.730.290.68
HSL324º57.69%20.39%-
HSV(B)324º73.17%32.16%-
XYZ4.532.674.28-
YUV44.04135.88155.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=50.62%
G=13.58%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82225800.730.290.6832457.6920.39
Hex52163A0491D441443a14
Octal12226720111351045047224
Binary1010010101101110100100100111101100010010100010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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