#53163C

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

Shades of Blackberry #53163C

Tints of Blackberry #53163C

Color information

#53163C (or 0x53163C) is unknown color: approx Blackberry. HEX triplet: 53, 16 and 3C. RGB value is (83,22,60). Sum of RGB (Red+Green+Blue) = 83+22+60=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53163C is #ACE9C3. Grayscale: #2C2C2C. Windows color (decimal): -11332036 or 3937875. OLE color: 3937875.

HSL color Cylindrical-coordinate representation of color #53163C: hue angle of 322.62º 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 #53163C is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB832260-
CMYK00.730.280.67
HSL322.62º58.1%20.59%-
HSV(B)322.62º73.49%32.55%-
XYZ4.672.744.56-
YUV44.57136.71155.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=50.30%
G=13.33%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83226000.730.280.67322.6258.120.59
Hex53163C0491C431433a15
Octal12326740111341035037225
Binary1010011101101111000100100111100100001110100001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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