#490129

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

Shades of Blackberry #490129

Tints of Blackberry #490129

Color information

#490129 (or 0x490129) is unknown color: approx Blackberry. HEX triplet: 49, 01 and 29. RGB value is (73,1,41). Sum of RGB (Red+Green+Blue) = 73+1+41=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #490129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490129 is #B6FED6. Grayscale: #1B1B1B. Windows color (decimal): -11992791 or 2687305. OLE color: 2687305.

HSL color Cylindrical-coordinate representation of color #490129: hue angle of 326.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490129 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB73141-
CMYK00.990.440.71
HSL326.67º97.3%14.51%-
HSV(B)326.67º98.63%28.63%-
XYZ3.161.62.24-
YUV27.09135.85160.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 63.48%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=63.48%
G=0.87%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7314100.990.440.71326.6797.314.51
Hex491290632C4714761f
Octal11115101435410750714117
Binary1001001110100101100011101100100011110100011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490129; }

 p { color: rgb(73,1,41); }

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

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

 a { background-color: rgb(73,1,41); }

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

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

 span { border-color: rgb(73,1,41); }

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