Html Css Color HEX #491931 Blackberry

📋 copy color: '#491931'

red 73 ◦ green 25 ◦ blue 49

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

Shades of Blackberry #491931

Tints of Blackberry #491931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 49 (19.53% from 255) = 33.33%

R = 49.66%
G = 17.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#491931 (or 0x491931) is known color: Blackberry. HEX triplet: 49, 19 and 31. RGB value is (73,25,49). Sum of RGB (Red+Green+Blue) = 73+25+49=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491931 is #B6E6CE. Grayscale: #2A2A2A. Windows color (decimal): -11986639 or 3217737. OLE color: 3217737.

HSL color Cylindrical-coordinate representation of color #491931: hue angle of 330º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491931 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 49 -
CMYK 0 0.66 0.33 0.71
HSL 330º 0.49% 0.19% -
HSV(B) 330º 0.66% 0.29% -
XYZ 3.65 2.33 3.16 -
YUV 42.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 73 25 49 0 0.66 0.33 0.71 330 0.49 0.19
Hex 49 19 31 0 42 21 47 14A 31 13
Octal 111 31 61 0 102 41 107 512 61 23
Binary 1001001 11001 110001 0 1000010 100001 1000111 101001010 110001 10011

Color Harmonies of #491931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491931

Black with #491931

Text Example


Text Example

White with #491931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491931; }

 p { color: rgb(73,25,49); }

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

background-color css

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

 a { background-color: rgb(73,25,49); }

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

border-color css

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

 span { border-color: rgb(73,25,49); }

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