#53153A

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

Shades of Blackberry #53153A

Tints of Blackberry #53153A

Color information

#53153A (or 0x53153A) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 3A. RGB value is (83,21,58). Sum of RGB (Red+Green+Blue) = 83+21+58=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53153A is #ACEAC5. Grayscale: #2B2B2B. Windows color (decimal): -11332294 or 3806547. OLE color: 3806547.

HSL color Cylindrical-coordinate representation of color #53153A: hue angle of 324.19º 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 #53153A is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB832158-
CMYK00.750.300.67
HSL324.19º59.62%20.39%-
HSV(B)324.19º74.7%32.55%-
XYZ4.62.684.28-
YUV43.76136.04155.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=51.23%
G=12.96%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83215800.750.300.67324.1959.6220.39
Hex53153A04B1E431443c14
Octal12325720113361035047424
Binary1010011101011110100100101111110100001110100010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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