#49011D

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

Shades of Blackberry #49011D

Tints of Blackberry #49011D

Color information

#49011D (or 0x49011D) is unknown color: approx Blackberry. HEX triplet: 49, 01 and 1D. RGB value is (73,1,29). Sum of RGB (Red+Green+Blue) = 73+1+29=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #49011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49011D is #B6FEE2. Grayscale: #191919. Windows color (decimal): -11992803 or 1900873. OLE color: 1900873.

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

Color convert

RGB73129-
CMYK00.990.600.71
HSL336.67º97.3%14.51%-
HSV(B)336.67º98.63%28.63%-
XYZ2.981.531.3-
YUV25.72129.85161.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.87%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=70.87%
G=0.97%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7312900.990.600.71336.6797.314.51
Hex4911D0633C4715161f
Octal11113501437410752114117
Binary100100111110101100011111100100011110101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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