#53133A

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

Shades of Blackberry #53133A

Tints of Blackberry #53133A

Color information

#53133A (or 0x53133A) is unknown color: approx Blackberry. HEX triplet: 53, 13 and 3A. RGB value is (83,19,58). Sum of RGB (Red+Green+Blue) = 83+19+58=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53133A is #ACECC5. Grayscale: #2A2A2A. Windows color (decimal): -11332806 or 3806035. OLE color: 3806035.

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

Color convert

RGB831958-
CMYK00.770.300.67
HSL323.44º62.75%20%-
HSV(B)323.44º77.11%32.55%-
XYZ4.562.614.27-
YUV42.58136.7156.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=51.88%
G=11.88%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83195800.770.300.67323.4462.7520
Hex53133A04D1E431433f14
Octal12323720115361035037724
Binary1010011100111110100100110111110100001110100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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