#491535

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

Shades of Blackberry #491535

Tints of Blackberry #491535

Color information

#491535 (or 0x491535) is unknown color: approx Blackberry. HEX triplet: 49, 15 and 35. RGB value is (73,21,53). Sum of RGB (Red+Green+Blue) = 73+21+53=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491535 is #B6EACA. Grayscale: #282828. Windows color (decimal): -11987659 or 3478857. OLE color: 3478857.

HSL color Cylindrical-coordinate representation of color #491535: hue angle of 323.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491535 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB732153-
CMYK00.710.270.71
HSL323.08º55.32%18.43%-
HSV(B)323.08º71.23%28.63%-
XYZ3.662.213.6-
YUV40.2135.23151.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=49.66%
G=14.29%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73215300.710.270.71323.0855.3218.43
Hex4915350471B471433712
Octal11125650107331075036722
Binary1001001101011101010100011111011100011110100001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491535; }

 p { color: rgb(73,21,53); }

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

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

 a { background-color: rgb(73,21,53); }

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

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

 span { border-color: rgb(73,21,53); }

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