#53153F

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

Shades of Blackberry #53153F

Tints of Blackberry #53153F

Color information

#53153F (or 0x53153F) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 3F. RGB value is (83,21,63). Sum of RGB (Red+Green+Blue) = 83+21+63=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53153F is #ACEAC0. Grayscale: #2C2C2C. Windows color (decimal): -11332289 or 4134227. OLE color: 4134227.

HSL color Cylindrical-coordinate representation of color #53153F: hue angle of 319.35º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53153F is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB832163-
CMYK00.750.240.67
HSL319.35º59.62%20.39%-
HSV(B)319.35º74.7%32.55%-
XYZ4.732.734.98-
YUV44.33138.54155.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 63 (25% from 255) = 37.72%
R=49.70%
G=12.57%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83216300.750.240.67319.3559.6220.39
Hex53153F04B184313f3c14
Octal12325770113301034777424
Binary1010011101011111110100101111000100001110011111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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