#53153E

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

Shades of Blackberry #53153E

Tints of Blackberry #53153E

Color information

#53153E (or 0x53153E) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 3E. RGB value is (83,21,62). Sum of RGB (Red+Green+Blue) = 83+21+62=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53153E is #ACEAC1. Grayscale: #2C2C2C. Windows color (decimal): -11332290 or 4068691. OLE color: 4068691.

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

Color convert

RGB832162-
CMYK00.750.250.67
HSL320.32º59.62%20.39%-
HSV(B)320.32º74.7%32.55%-
XYZ4.72.724.84-
YUV44.21138.04155.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=50%
G=12.65%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83216200.750.250.67320.3259.6220.39
Hex53153E04B19431403c14
Octal12325760113311035007424
Binary1010011101011111100100101111001100001110100000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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