#53193F

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

Shades of Blackberry #53193F

Tints of Blackberry #53193F

Color information

#53193F (or 0x53193F) is unknown color: approx Blackberry. HEX triplet: 53, 19 and 3F. RGB value is (83,25,63). Sum of RGB (Red+Green+Blue) = 83+25+63=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #53193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53193F is #ACE6C0. Grayscale: #2E2E2E. Windows color (decimal): -11331265 or 4135251. OLE color: 4135251.

HSL color Cylindrical-coordinate representation of color #53193F: hue angle of 320.69º 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 #53193F is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB832563-
CMYK00.700.240.67
HSL320.69º53.7%21.18%-
HSV(B)320.69º69.88%32.55%-
XYZ4.812.895.01-
YUV46.67137.22153.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 63 (25% from 255) = 36.84%
R=48.54%
G=14.62%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83256300.700.240.67320.6953.721.18
Hex53193F04618431413615
Octal12331770106301035016625
Binary1010011110011111110100011011000100001110100000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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