#49123E

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

Shades of Blackberry #49123E

Tints of Blackberry #49123E

Color information

#49123E (or 0x49123E) is unknown color: approx Blackberry. HEX triplet: 49, 12 and 3E. RGB value is (73,18,62). Sum of RGB (Red+Green+Blue) = 73+18+62=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49123E is #B6EDC1. Grayscale: #272727. Windows color (decimal): -11988418 or 4067913. OLE color: 4067913.

HSL color Cylindrical-coordinate representation of color #49123E: hue angle of 312º 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 #49123E is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB731862-
CMYK00.750.150.71
HSL312º60.44%17.84%-
HSV(B)312º75.34%28.63%-
XYZ3.832.24.78-
YUV39.46140.72151.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=47.71%
G=11.76%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73186200.750.150.7131260.4417.84
Hex49123E04BF471383c12
Octal11122760113171074707422
Binary100100110010111110010010111111100011110011100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49123E; }

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

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

<style>
 a { background-color: #49123E; }

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

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

<style>
 span { border-color: #49123E; }

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

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