#53133C

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

Shades of Blackberry #53133C

Tints of Blackberry #53133C

Color information

#53133C (or 0x53133C) is unknown color: approx Blackberry. HEX triplet: 53, 13 and 3C. RGB value is (83,19,60). Sum of RGB (Red+Green+Blue) = 83+19+60=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53133C is #ACECC3. Grayscale: #2A2A2A. Windows color (decimal): -11332804 or 3937107. OLE color: 3937107.

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

Color convert

RGB831960-
CMYK00.770.280.67
HSL321.56º62.75%20%-
HSV(B)321.56º77.11%32.55%-
XYZ4.622.634.54-
YUV42.81137.7156.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 60 (23.83% from 255) = 37.04%
R=51.23%
G=11.73%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83196000.770.280.67321.5662.7520
Hex53133C04D1C431423f14
Octal12323740115341035027724
Binary1010011100111111000100110111100100001110100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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