Html Css Color HEX #49133F Blackberry

📋 copy color: '#49133F'

red 73 ◦ green 19 ◦ blue 63

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

Shades of Blackberry #49133F

Tints of Blackberry #49133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 47.1%
G = 12.26%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49133F (or 0x49133F) is known color: Blackberry. HEX triplet: 49, 13 and 3F. RGB value is (73,19,63). Sum of RGB (Red+Green+Blue) = 73+19+63=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49133F is #B6ECC0. Grayscale: #282828. Windows color (decimal): -11988161 or 4133705. OLE color: 4133705.

HSL color Cylindrical-coordinate representation of color #49133F: hue angle of 311.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49133F is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 19 63 -
CMYK 0 0.74 0.14 0.71
HSL 311.11º 0.59% 0.18% -
HSV(B) 311.11º 0.74% 0.29% -
XYZ 3.88 2.24 4.93 -
YUV 40.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 73 19 63 0 0.74 0.14 0.71 311.11 0.59 0.18
Hex 49 13 3F 0 4A E 47 137 3B 12
Octal 111 23 77 0 112 16 107 467 73 22
Binary 1001001 10011 111111 0 1001010 1110 1000111 100110111 111011 10010

Color Harmonies of #49133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49133F

Black with #49133F

Text Example


Text Example

White with #49133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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