Html Css Color HEX #49113F Blackberry

📋 copy color: '#49113F'

red 73 ◦ green 17 ◦ blue 63

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

Shades of Blackberry #49113F

Tints of Blackberry #49113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.18%

R = 47.71%
G = 11.11%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49113F (or 0x49113F) is known color: Blackberry. HEX triplet: 49, 11 and 3F. RGB value is (73,17,63). Sum of RGB (Red+Green+Blue) = 73+17+63=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49113F is #B6EEC0. Grayscale: #262626. Windows color (decimal): -11988673 or 4133193. OLE color: 4133193.

HSL color Cylindrical-coordinate representation of color #49113F: hue angle of 310.71º 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 #49113F is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 17 63 -
CMYK 0 0.77 0.14 0.71
HSL 310.71º 0.62% 0.18% -
HSV(B) 310.71º 0.77% 0.29% -
XYZ 3.85 2.18 4.92 -
YUV 38.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 73 17 63 0 0.77 0.14 0.71 310.71 0.62 0.18
Hex 49 11 3F 0 4D E 47 137 3E 12
Octal 111 21 77 0 115 16 107 467 76 22
Binary 1001001 10001 111111 0 1001101 1110 1000111 100110111 111110 10010

Color Harmonies of #49113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49113F

Black with #49113F

Text Example


Text Example

White with #49113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49113F; }

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

 H1.HeaderClassName
 {
   color: #49113F;
 }
 .AnyTagClassName
 {
   color: #49113F;
 }
</style>

background-color css

<style>
 a { background-color: #49113F; }

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

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

border-color css

<style>
 span { border-color: #49113F; }

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

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