#491028

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

Shades of Blackberry #491028

Tints of Blackberry #491028

Color information

#491028 (or 0x491028) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 28. RGB value is (73,16,40). Sum of RGB (Red+Green+Blue) = 73+16+40=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491028 is #B6EFD7. Grayscale: #232323. Windows color (decimal): -11988952 or 2625609. OLE color: 2625609.

HSL color Cylindrical-coordinate representation of color #491028: hue angle of 334.74º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491028 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB731640-
CMYK00.780.450.71
HSL334.74º64.04%17.45%-
HSV(B)334.74º78.08%28.63%-
XYZ3.321.942.21-
YUV35.78130.38154.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=56.59%
G=12.40%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73164000.780.450.71334.7464.0417.45
Hex49102804E2D4714f4011
Octal111205001165510751710021
Binary100100110000101000010011101011011000111101001111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491028; }

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

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

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

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

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

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

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

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