#53193C

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

Shades of Blackberry #53193C

Tints of Blackberry #53193C

Color information

#53193C (or 0x53193C) is unknown color: approx Blackberry. HEX triplet: 53, 19 and 3C. RGB value is (83,25,60). Sum of RGB (Red+Green+Blue) = 83+25+60=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53193C is #ACE6C3. Grayscale: #2E2E2E. Windows color (decimal): -11331268 or 3938643. OLE color: 3938643.

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

Color convert

RGB832560-
CMYK00.700.280.67
HSL323.79º53.7%21.18%-
HSV(B)323.79º69.88%32.55%-
XYZ4.732.864.58-
YUV46.33135.72154.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=49.40%
G=14.88%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83256000.700.280.67323.7953.721.18
Hex53193C0461C431443615
Octal12331740106341035046625
Binary1010011110011111000100011011100100001110100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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