#491330

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

Shades of Blackberry #491330

Tints of Blackberry #491330

Color information

#491330 (or 0x491330) is unknown color: approx Blackberry. HEX triplet: 49, 13 and 30. RGB value is (73,19,48). Sum of RGB (Red+Green+Blue) = 73+19+48=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #491330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491330 is #B6ECCF. Grayscale: #262626. Windows color (decimal): -11988176 or 3150665. OLE color: 3150665.

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

Color convert

RGB731948-
CMYK00.740.340.71
HSL327.78º58.7%18.04%-
HSV(B)327.78º73.97%28.63%-
XYZ3.512.13.02-
YUV38.45133.39152.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=52.14%
G=13.57%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73194800.740.340.71327.7858.718.04
Hex49133004A22471483b12
Octal11123600112421075107322
Binary10010011001111000001001010100010100011110100100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491330; }

 p { color: rgb(73,19,48); }

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

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

 a { background-color: rgb(73,19,48); }

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

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

 span { border-color: rgb(73,19,48); }

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