Html Css Color HEX #491131 Blackberry

📋 copy color: '#491131'

red 73 ◦ green 17 ◦ blue 49

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

Shades of Blackberry #491131

Tints of Blackberry #491131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

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

R = 52.52%
G = 12.23%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#491131 (or 0x491131) is known color: Blackberry. HEX triplet: 49, 11 and 31. RGB value is (73,17,49). Sum of RGB (Red+Green+Blue) = 73+17+49=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #491131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491131 is #B6EECE. Grayscale: #252525. Windows color (decimal): -11988687 or 3215689. OLE color: 3215689.

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

Color convert

RGB 73 17 49 -
CMYK 0 0.77 0.33 0.71
HSL 325.71º 0.62% 0.18% -
HSV(B) 325.71º 0.77% 0.29% -
XYZ 3.5 2.04 3.11 -
YUV 37.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 73 17 49 0 0.77 0.33 0.71 325.71 0.62 0.18
Hex 49 11 31 0 4D 21 47 146 3E 12
Octal 111 21 61 0 115 41 107 506 76 22
Binary 1001001 10001 110001 0 1001101 100001 1000111 101000110 111110 10010

Color Harmonies of #491131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491131

Black with #491131

Text Example


Text Example

White with #491131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491131; }

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

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

background-color css

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

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

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

border-color css

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

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

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