#49022B

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

Shades of Blackberry #49022B

Tints of Blackberry #49022B

Color information

#49022B (or 0x49022B) is unknown color: approx Blackberry. HEX triplet: 49, 02 and 2B. RGB value is (73,2,43). Sum of RGB (Red+Green+Blue) = 73+2+43=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #49022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49022B is #B6FDD4. Grayscale: #1B1B1B. Windows color (decimal): -11992533 or 2818633. OLE color: 2818633.

HSL color Cylindrical-coordinate representation of color #49022B: hue angle of 325.35º 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 #49022B is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB73243-
CMYK00.970.410.71
HSL325.35º94.67%14.71%-
HSV(B)325.35º97.26%28.63%-
XYZ3.211.632.43-
YUV27.9136.52160.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 61.86%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 43 (17.19% from 255) = 36.44%
R=61.86%
G=1.69%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7324300.970.410.71325.3594.6714.71
Hex4922B06129471455ff
Octal11125301415110750513717
Binary10010011010101101100001101001100011110100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49022B; }

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

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

<style>
 a { background-color: #49022B; }

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

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

<style>
 span { border-color: #49022B; }

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

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