#490127

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

Shades of Blackberry #490127

Tints of Blackberry #490127

Color information

#490127 (or 0x490127) is unknown color: approx Blackberry. HEX triplet: 49, 01 and 27. RGB value is (73,1,39). Sum of RGB (Red+Green+Blue) = 73+1+39=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490127 is #B6FED8. Grayscale: #1A1A1A. Windows color (decimal): -11992793 or 2556233. OLE color: 2556233.

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

Color convert

RGB73139-
CMYK00.990.470.71
HSL328.33º97.3%14.51%-
HSV(B)328.33º98.63%28.63%-
XYZ3.121.582.06-
YUV26.86134.85160.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.60%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=64.60%
G=0.88%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7313900.990.470.71328.3397.314.51
Hex491270632F4714861f
Octal11114701435710751014117
Binary1001001110011101100011101111100011110100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490127; }

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

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

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

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

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

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

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

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