#49011C

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

Shades of Blackberry #49011C

Tints of Blackberry #49011C

Color information

#49011C (or 0x49011C) is unknown color: approx Blackberry. HEX triplet: 49, 01 and 1C. RGB value is (73,1,28). Sum of RGB (Red+Green+Blue) = 73+1+28=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #49011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49011C is #B6FEE3. Grayscale: #191919. Windows color (decimal): -11992804 or 1835337. OLE color: 1835337.

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

Color convert

RGB73128-
CMYK00.990.620.71
HSL337.5º97.3%14.51%-
HSV(B)337.5º98.63%28.63%-
XYZ2.971.521.24-
YUV25.61129.35161.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 71.57%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=71.57%
G=0.98%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7312800.990.620.71337.597.314.51
Hex4911C0633E4715261f
Octal11113401437610752214117
Binary100100111110001100011111110100011110101001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49011C; }

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

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

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

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

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

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

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

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