#490C31

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

Shades of Blackberry #490C31

Tints of Blackberry #490C31

Color information

#490C31 (or 0x490C31) is unknown color: approx Blackberry. HEX triplet: 49, 0C and 31. RGB value is (73,12,49). Sum of RGB (Red+Green+Blue) = 73+12+49=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #490C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C31 is #B6F3CE. Grayscale: #222222. Windows color (decimal): -11989967 or 3214409. OLE color: 3214409.

HSL color Cylindrical-coordinate representation of color #490C31: hue angle of 323.61º 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 #490C31 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB731249-
CMYK00.840.330.71
HSL323.61º71.76%16.67%-
HSV(B)323.61º83.56%28.63%-
XYZ3.431.93.09-
YUV34.46136.21155.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=54.48%
G=8.96%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73124900.840.330.71323.6171.7616.67
Hex49C3105421471444811
Octal111146101244110750411021
Binary10010011100110001010101001000011000111101000100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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