Html Css Color HEX #491E34 Blackberry

📋 copy color: '#491E34'

red 73 ◦ green 30 ◦ blue 52

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

Shades of Blackberry #491E34

Tints of Blackberry #491E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.55%

R = 47.1%
G = 19.35%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#491E34 (or 0x491E34) is known color: Blackberry. HEX triplet: 49, 1E and 34. RGB value is (73,30,52). Sum of RGB (Red+Green+Blue) = 73+30+52=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #491E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E34 is #B6E1CB. Grayscale: #2D2D2D. Windows color (decimal): -11985356 or 3415625. OLE color: 3415625.

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

Color convert

RGB 73 30 52 -
CMYK 0 0.59 0.29 0.71
HSL 329.3º 0.42% 0.2% -
HSV(B) 329.3º 0.59% 0.29% -
XYZ 3.83 2.59 3.55 -
YUV 45.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 73 30 52 0 0.59 0.29 0.71 329.3 0.42 0.2
Hex 49 1E 34 0 3B 1D 47 149 2A 14
Octal 111 36 64 0 73 35 107 511 52 24
Binary 1001001 11110 110100 0 111011 11101 1000111 101001001 101010 10100

Color Harmonies of #491E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E34

Black with #491E34

Text Example


Text Example

White with #491E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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