#52163F

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

Shades of Blackberry #52163F

Tints of Blackberry #52163F

Color information

#52163F (or 0x52163F) is unknown color: approx Blackberry. HEX triplet: 52, 16 and 3F. RGB value is (82,22,63). Sum of RGB (Red+Green+Blue) = 82+22+63=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52163F is #ADE9C0. Grayscale: #2C2C2C. Windows color (decimal): -11397569 or 4134482. OLE color: 4134482.

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

Color convert

RGB822263-
CMYK00.730.230.68
HSL319º57.69%20.39%-
HSV(B)319º73.17%32.16%-
XYZ4.662.734.98-
YUV44.61138.38154.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 63 (25% from 255) = 37.72%
R=49.10%
G=13.17%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82226300.730.230.6831957.6920.39
Hex52163F049174413f3a14
Octal12226770111271044777224
Binary1010010101101111110100100110111100010010011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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