#491534

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

Shades of Blackberry #491534

Tints of Blackberry #491534

Color information

#491534 (or 0x491534) is unknown color: approx Blackberry. HEX triplet: 49, 15 and 34. RGB value is (73,21,52). Sum of RGB (Red+Green+Blue) = 73+21+52=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #491534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491534 is #B6EACB. Grayscale: #282828. Windows color (decimal): -11987660 or 3413321. OLE color: 3413321.

HSL color Cylindrical-coordinate representation of color #491534: hue angle of 324.23º 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 #491534 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB732152-
CMYK00.710.290.71
HSL324.23º55.32%18.43%-
HSV(B)324.23º71.23%28.63%-
XYZ3.642.23.48-
YUV40.08134.73151.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=50%
G=14.38%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73215200.710.290.71324.2355.3218.43
Hex4915340471D471443712
Octal11125640107351075046722
Binary1001001101011101000100011111101100011110100010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491534; }

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

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

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

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

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

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

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

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