Html Css Color HEX #49112E Blackberry

📋 copy color: '#49112E'

red 73 ◦ green 17 ◦ blue 46

#49112E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #49112E

Tints of Blackberry #49112E

RGB

 RED value IS 73 (28.91% from 255) = 53.68%

 GREEN value IS 17 (7.03% from 255) = 12.5%

 BLUE value IS 46 (18.36% from 255) = 33.82%

R = 53.68%
G = 12.5%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49112E (or 0x49112E) is known color: Blackberry. HEX triplet: 49, 11 and 2E. RGB value is (73,17,46). Sum of RGB (Red+Green+Blue) = 73+17+46=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49112E is #B6EED1. Grayscale: #242424. Windows color (decimal): -11988690 or 3019081. OLE color: 3019081.

HSL color Cylindrical-coordinate representation of color #49112E: hue angle of 328.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49112E is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 17 46 -
CMYK 0 0.77 0.37 0.71
HSL 328.93º 0.62% 0.18% -
HSV(B) 328.93º 0.77% 0.29% -
XYZ 3.44 2.01 2.79 -
YUV 37.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 73 17 46 0 0.77 0.37 0.71 328.93 0.62 0.18
Hex 49 11 2E 0 4D 25 47 149 3E 12
Octal 111 21 56 0 115 45 107 511 76 22
Binary 1001001 10001 101110 0 1001101 100101 1000111 101001001 111110 10010

Color Harmonies of #49112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49112E

Black with #49112E

Text Example


Text Example

White with #49112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,17,46); }

 H1.HeaderClassName
 {
   color: #49112E;
 }
 .AnyTagClassName
 {
   color: #49112E;
 }
</style>

background-color css

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

 a { background-color: rgb(73,17,46); }

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

border-color css

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

 span { border-color: rgb(73,17,46); }

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