#49122B

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

Shades of Blackberry #49122B

Tints of Blackberry #49122B

Color information

#49122B (or 0x49122B) is unknown color: approx Blackberry. HEX triplet: 49, 12 and 2B. RGB value is (73,18,43). Sum of RGB (Red+Green+Blue) = 73+18+43=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49122B is #B6EDD4. Grayscale: #252525. Windows color (decimal): -11988437 or 2822729. OLE color: 2822729.

HSL color Cylindrical-coordinate representation of color #49122B: hue angle of 332.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49122B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB731843-
CMYK00.750.410.71
HSL332.73º60.44%17.84%-
HSV(B)332.73º75.34%28.63%-
XYZ3.42.022.5-
YUV37.3131.22153.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=54.48%
G=13.43%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73184300.750.410.71332.7360.4417.84
Hex49122B04B294714d3c12
Octal11122530113511075157422
Binary10010011001010101101001011101001100011110100110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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