#53153D

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

Shades of Blackberry #53153D

Tints of Blackberry #53153D

Color information

#53153D (or 0x53153D) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 3D. RGB value is (83,21,61). Sum of RGB (Red+Green+Blue) = 83+21+61=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53153D is #ACEAC2. Grayscale: #2C2C2C. Windows color (decimal): -11332291 or 4003155. OLE color: 4003155.

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

Color convert

RGB832161-
CMYK00.750.270.67
HSL321.29º59.62%20.39%-
HSV(B)321.29º74.7%32.55%-
XYZ4.682.714.69-
YUV44.1137.54155.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=50.30%
G=12.73%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83216100.750.270.67321.2959.6220.39
Hex53153D04B1B431413c14
Octal12325750113331035017424
Binary1010011101011111010100101111011100001110100000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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