Html Css Color HEX #491031 Blackberry

📋 copy color: '#491031'

red 73 ◦ green 16 ◦ blue 49

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

Shades of Blackberry #491031

Tints of Blackberry #491031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

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

R = 52.9%
G = 11.59%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#491031 (or 0x491031) is known color: Blackberry. HEX triplet: 49, 10 and 31. RGB value is (73,16,49). Sum of RGB (Red+Green+Blue) = 73+16+49=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491031 is #B6EFCE. Grayscale: #242424. Windows color (decimal): -11988943 or 3215433. OLE color: 3215433.

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

Color convert

RGB 73 16 49 -
CMYK 0 0.78 0.33 0.71
HSL 325.26º 0.64% 0.17% -
HSV(B) 325.26º 0.78% 0.29% -
XYZ 3.49 2.01 3.11 -
YUV 36.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 73 16 49 0 0.78 0.33 0.71 325.26 0.64 0.17
Hex 49 10 31 0 4E 21 47 145 40 11
Octal 111 20 61 0 116 41 107 505 100 21
Binary 1001001 10000 110001 0 1001110 100001 1000111 101000101 1000000 10001

Color Harmonies of #491031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491031

Black with #491031

Text Example


Text Example

White with #491031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491031; }

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

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

background-color css

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

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

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

border-color css

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

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

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