Html Css Color HEX #491E36 Blackberry

📋 copy color: '#491E36'

red 73 ◦ green 30 ◦ blue 54

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

Shades of Blackberry #491E36

Tints of Blackberry #491E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.39%

R = 46.5%
G = 19.11%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#491E36 (or 0x491E36) is known color: Blackberry. HEX triplet: 49, 1E and 36. RGB value is (73,30,54). Sum of RGB (Red+Green+Blue) = 73+30+54=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E36 is #B6E1C9. Grayscale: #2D2D2D. Windows color (decimal): -11985354 or 3546697. OLE color: 3546697.

HSL color Cylindrical-coordinate representation of color #491E36: hue angle of 326.51º 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 #491E36 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 30 54 -
CMYK 0 0.59 0.26 0.71
HSL 326.51º 0.42% 0.2% -
HSV(B) 326.51º 0.59% 0.29% -
XYZ 3.88 2.61 3.79 -
YUV 45.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 73 30 54 0 0.59 0.26 0.71 326.51 0.42 0.2
Hex 49 1E 36 0 3B 1A 47 147 2A 14
Octal 111 36 66 0 73 32 107 507 52 24
Binary 1001001 11110 110110 0 111011 11010 1000111 101000111 101010 10100

Color Harmonies of #491E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E36

Black with #491E36

Text Example


Text Example

White with #491E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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