#490C2F

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

Shades of Blackberry #490C2F

Tints of Blackberry #490C2F

Color information

#490C2F (or 0x490C2F) is unknown color: approx Blackberry. HEX triplet: 49, 0C and 2F. RGB value is (73,12,47). Sum of RGB (Red+Green+Blue) = 73+12+47=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #490C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C2F is #B6F3D0. Grayscale: #222222. Windows color (decimal): -11989969 or 3083337. OLE color: 3083337.

HSL color Cylindrical-coordinate representation of color #490C2F: hue angle of 325.57º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C2F is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB731247-
CMYK00.840.360.71
HSL325.57º71.76%16.67%-
HSV(B)325.57º83.56%28.63%-
XYZ3.391.882.87-
YUV34.23135.21155.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=55.30%
G=9.09%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73124700.840.360.71325.5771.7616.67
Hex49C2F05424471464811
Octal111145701244410750611021
Binary10010011100101111010101001001001000111101000110100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490C2F; }

 p { color: rgb(73,12,47); }

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

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

 a { background-color: rgb(73,12,47); }

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

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

 span { border-color: rgb(73,12,47); }

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