Html Css Color HEX #49072E Blackberry

📋 copy color: '#49072E'

red 73 ◦ green 7 ◦ blue 46

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

Shades of Blackberry #49072E

Tints of Blackberry #49072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

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

R = 57.94%
G = 5.56%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49072E (or 0x49072E) is known color: Blackberry. HEX triplet: 49, 07 and 2E. RGB value is (73,7,46). Sum of RGB (Red+Green+Blue) = 73+7+46=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49072E is #B6F8D1. Grayscale: #1F1F1F. Windows color (decimal): -11991250 or 3016521. OLE color: 3016521.

HSL color Cylindrical-coordinate representation of color #49072E: hue angle of 324.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49072E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 46 -
CMYK 0 0.90 0.37 0.71
HSL 324.55º 0.83% 0.16% -
HSV(B) 324.55º 0.9% 0.29% -
XYZ 3.32 1.77 2.75 -
YUV 31.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 73 7 46 0 0.90 0.37 0.71 324.55 0.83 0.16
Hex 49 7 2E 0 5A 25 47 145 52 10
Octal 111 7 56 0 132 45 107 505 122 20
Binary 1001001 111 101110 0 1011010 100101 1000111 101000101 1010010 10000

Color Harmonies of #49072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49072E

Black with #49072E

Text Example


Text Example

White with #49072E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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