#491328

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

Shades of Blackberry #491328

Tints of Blackberry #491328

Color information

#491328 (or 0x491328) is unknown color: approx Blackberry. HEX triplet: 49, 13 and 28. RGB value is (73,19,40). Sum of RGB (Red+Green+Blue) = 73+19+40=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491328 is #B6ECD7. Grayscale: #252525. Windows color (decimal): -11988184 or 2626377. OLE color: 2626377.

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

Color convert

RGB731940-
CMYK00.740.450.71
HSL336.67º58.7%18.04%-
HSV(B)336.67º73.97%28.63%-
XYZ3.362.042.22-
YUV37.54129.39153.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=55.30%
G=14.39%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73194000.740.450.71336.6758.718.04
Hex49132804A2D471513b12
Octal11123500112551075217322
Binary10010011001110100001001010101101100011110101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491328; }

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

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

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

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

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

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

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

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