#53113A

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

Shades of Blackberry #53113A

Tints of Blackberry #53113A

Color information

#53113A (or 0x53113A) is unknown color: approx Blackberry. HEX triplet: 53, 11 and 3A. RGB value is (83,17,58). Sum of RGB (Red+Green+Blue) = 83+17+58=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53113A is #ACEEC5. Grayscale: #292929. Windows color (decimal): -11333318 or 3805523. OLE color: 3805523.

HSL color Cylindrical-coordinate representation of color #53113A: hue angle of 322.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53113A is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB831758-
CMYK00.800.300.67
HSL322.73º66%19.61%-
HSV(B)322.73º79.52%32.55%-
XYZ4.532.554.26-
YUV41.41137.37157.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=52.53%
G=10.76%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83175800.800.300.67322.736619.61
Hex53113A0501E431434214
Octal123217201203610350310224
Binary10100111000111101001010000111101000011101000011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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