#491439

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

Shades of Blackberry #491439

Tints of Blackberry #491439

Color information

#491439 (or 0x491439) is unknown color: approx Blackberry. HEX triplet: 49, 14 and 39. RGB value is (73,20,57). Sum of RGB (Red+Green+Blue) = 73+20+57=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #491439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491439 is #B6EBC6. Grayscale: #272727. Windows color (decimal): -11987911 or 3740745. OLE color: 3740745.

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

Color convert

RGB732057-
CMYK00.730.220.71
HSL318.11º56.99%18.24%-
HSV(B)318.11º72.6%28.63%-
XYZ3.742.214.1-
YUV40.06137.56151.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 57 (22.66% from 255) = 38%
R=48.67%
G=13.33%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73205700.730.220.71318.1156.9918.24
Hex491439049164713e3912
Octal11124710111261074767122
Binary1001001101001110010100100110110100011110011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491439; }

 p { color: rgb(73,20,57); }

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

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

 a { background-color: rgb(73,20,57); }

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

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

 span { border-color: rgb(73,20,57); }

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