#53163A

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

Shades of Blackberry #53163A

Tints of Blackberry #53163A

Color information

#53163A (or 0x53163A) is unknown color: approx Blackberry. HEX triplet: 53, 16 and 3A. RGB value is (83,22,58). Sum of RGB (Red+Green+Blue) = 83+22+58=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53163A is #ACE9C5. Grayscale: #2C2C2C. Windows color (decimal): -11332038 or 3806803. OLE color: 3806803.

HSL color Cylindrical-coordinate representation of color #53163A: hue angle of 324.59º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53163A is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB832258-
CMYK00.730.300.67
HSL324.59º58.1%20.59%-
HSV(B)324.59º73.49%32.55%-
XYZ4.622.724.28-
YUV44.34135.71155.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=50.92%
G=13.50%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83225800.730.300.67324.5958.120.59
Hex53163A0491E431453a15
Octal12326720111361035057225
Binary1010011101101110100100100111110100001110100010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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