#53193B

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

Shades of Blackberry #53193B

Tints of Blackberry #53193B

Color information

#53193B (or 0x53193B) is unknown color: approx Blackberry. HEX triplet: 53, 19 and 3B. RGB value is (83,25,59). Sum of RGB (Red+Green+Blue) = 83+25+59=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53193B is #ACE6C4. Grayscale: #2E2E2E. Windows color (decimal): -11331269 or 3873107. OLE color: 3873107.

HSL color Cylindrical-coordinate representation of color #53193B: hue angle of 324.83º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53193B is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB832559-
CMYK00.700.290.67
HSL324.83º53.7%21.18%-
HSV(B)324.83º69.88%32.55%-
XYZ4.72.854.44-
YUV46.22135.22154.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=49.70%
G=14.97%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83255900.700.290.67324.8353.721.18
Hex53193B0461D431453615
Octal12331730106351035056625
Binary1010011110011110110100011011101100001110100010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53193B; }

 p { color: rgb(83,25,59); }

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

<style>
 a { background-color: #53193B; }

 a { background-color: rgb(83,25,59); }

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

<style>
 span { border-color: #53193B; }

 span { border-color: rgb(83,25,59); }

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