#49013A

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

Shades of Blackberry #49013A

Tints of Blackberry #49013A

Color information

#49013A (or 0x49013A) is unknown color: approx Blackberry. HEX triplet: 49, 01 and 3A. RGB value is (73,1,58). Sum of RGB (Red+Green+Blue) = 73+1+58=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49013A is #B6FEC5. Grayscale: #1C1C1C. Windows color (decimal): -11992774 or 3801417. OLE color: 3801417.

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

Color convert

RGB73158-
CMYK00.990.210.71
HSL312.5º97.3%14.51%-
HSV(B)312.5º98.63%28.63%-
XYZ3.521.744.15-
YUV29.03144.35159.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=55.30%
G=0.76%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7315800.990.210.71312.597.314.51
Hex4913A063154713861f
Octal11117201432510747014117
Binary100100111110100110001110101100011110011100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49013A; }

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

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

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

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

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

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

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

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