Html Css Color HEX #49041F Blackberry

📋 copy color: '#49041F'

red 73 ◦ green 4 ◦ blue 31

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

Shades of Blackberry #49041F

Tints of Blackberry #49041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

 BLUE value IS 31 (12.5% from 255) = 28.7%

R = 67.59%
G = 3.7%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49041F (or 0x49041F) is known color: Blackberry. HEX triplet: 49, 04 and 1F. RGB value is (73,4,31). Sum of RGB (Red+Green+Blue) = 73+4+31=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49041F is #B6FBE0. Grayscale: #1B1B1B. Windows color (decimal): -11992033 or 2032713. OLE color: 2032713.

HSL color Cylindrical-coordinate representation of color #49041F: hue angle of 336.52º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49041F is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 4 31 -
CMYK 0 0.95 0.58 0.71
HSL 336.52º 0.9% 0.15% -
HSV(B) 336.52º 0.95% 0.29% -
XYZ 3.04 1.6 1.45 -
YUV 27.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 73 4 31 0 0.95 0.58 0.71 336.52 0.9 0.15
Hex 49 4 1F 0 5F 3A 47 151 5A F
Octal 111 4 37 0 137 72 107 521 132 17
Binary 1001001 100 11111 0 1011111 111010 1000111 101010001 1011010 1111

Color Harmonies of #49041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49041F

Black with #49041F

Text Example


Text Example

White with #49041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,4,31); }

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

background-color css

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

 a { background-color: rgb(73,4,31); }

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

border-color css

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

 span { border-color: rgb(73,4,31); }

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