#49123D

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

Shades of Blackberry #49123D

Tints of Blackberry #49123D

Color information

#49123D (or 0x49123D) is unknown color: approx Blackberry. HEX triplet: 49, 12 and 3D. RGB value is (73,18,61). Sum of RGB (Red+Green+Blue) = 73+18+61=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49123D is #B6EDC2. Grayscale: #272727. Windows color (decimal): -11988419 or 4002377. OLE color: 4002377.

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

Color convert

RGB731861-
CMYK00.750.160.71
HSL313.09º60.44%17.84%-
HSV(B)313.09º75.34%28.63%-
XYZ3.812.194.64-
YUV39.35140.22152-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=48.03%
G=11.84%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73186100.750.160.71313.0960.4417.84
Hex49123D04B10471393c12
Octal11122750113201074717422
Binary1001001100101111010100101110000100011110011100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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