Html Css Color HEX #491E3A Blackberry

📋 copy color: '#491E3A'

red 73 ◦ green 30 ◦ blue 58

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

Shades of Blackberry #491E3A

Tints of Blackberry #491E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 45.34%
G = 18.63%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#491E3A (or 0x491E3A) is known color: Blackberry. HEX triplet: 49, 1E and 3A. RGB value is (73,30,58). Sum of RGB (Red+Green+Blue) = 73+30+58=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E3A is #B6E1C5. Grayscale: #2D2D2D. Windows color (decimal): -11985350 or 3808841. OLE color: 3808841.

HSL color Cylindrical-coordinate representation of color #491E3A: hue angle of 320.93º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E3A is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 30 58 -
CMYK 0 0.59 0.21 0.71
HSL 320.93º 0.42% 0.2% -
HSV(B) 320.93º 0.59% 0.29% -
XYZ 3.98 2.65 4.31 -
YUV 46.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 73 30 58 0 0.59 0.21 0.71 320.93 0.42 0.2
Hex 49 1E 3A 0 3B 15 47 141 2A 14
Octal 111 36 72 0 73 25 107 501 52 24
Binary 1001001 11110 111010 0 111011 10101 1000111 101000001 101010 10100

Color Harmonies of #491E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E3A

Black with #491E3A

Text Example


Text Example

White with #491E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491E3A; }

 p { color: rgb(73,30,58); }

 H1.HeaderClassName
 {
   color: #491E3A;
 }
 .AnyTagClassName
 {
   color: #491E3A;
 }
</style>

background-color css

<style>
 a { background-color: #491E3A; }

 a { background-color: rgb(73,30,58); }

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

border-color css

<style>
 span { border-color: #491E3A; }

 span { border-color: rgb(73,30,58); }

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