#491026

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

Shades of Blackberry #491026

Tints of Blackberry #491026

Color information

#491026 (or 0x491026) is unknown color: approx Blackberry. HEX triplet: 49, 10 and 26. RGB value is (73,16,38). Sum of RGB (Red+Green+Blue) = 73+16+38=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491026 is #B6EFD9. Grayscale: #232323. Windows color (decimal): -11988954 or 2494537. OLE color: 2494537.

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

Color convert

RGB731638-
CMYK00.780.480.71
HSL336.84º64.04%17.45%-
HSV(B)336.84º78.08%28.63%-
XYZ3.281.932.03-
YUV35.55129.38154.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=57.48%
G=12.60%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73163800.780.480.71336.8464.0417.45
Hex49102604E30471514011
Octal111204601166010752110021
Binary100100110000100110010011101100001000111101010001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491026; }

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

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

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

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

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

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

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

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