#49023A

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

Shades of Blackberry #49023A

Tints of Blackberry #49023A

Color information

#49023A (or 0x49023A) is unknown color: approx Blackberry. HEX triplet: 49, 02 and 3A. RGB value is (73,2,58). Sum of RGB (Red+Green+Blue) = 73+2+58=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49023A is #B6FDC5. Grayscale: #1D1D1D. Windows color (decimal): -11992518 or 3801673. OLE color: 3801673.

HSL color Cylindrical-coordinate representation of color #49023A: hue angle of 312.68º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49023A is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB73258-
CMYK00.970.210.71
HSL312.68º94.67%14.71%-
HSV(B)312.68º97.26%28.63%-
XYZ3.531.774.16-
YUV29.61144.02158.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=54.89%
G=1.50%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7325800.970.210.71312.6894.6714.71
Hex4923A06115471395ff
Octal11127201412510747113717
Binary1001001101110100110000110101100011110011100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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