Html Css Color HEX #491331 Blackberry

📋 copy color: '#491331'

red 73 ◦ green 19 ◦ blue 49

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

Shades of Blackberry #491331

Tints of Blackberry #491331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

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

R = 51.77%
G = 13.48%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#491331 (or 0x491331) is known color: Blackberry. HEX triplet: 49, 13 and 31. RGB value is (73,19,49). Sum of RGB (Red+Green+Blue) = 73+19+49=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #491331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491331 is #B6ECCE. Grayscale: #262626. Windows color (decimal): -11988175 or 3216201. OLE color: 3216201.

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

Color convert

RGB 73 19 49 -
CMYK 0 0.74 0.33 0.71
HSL 326.67º 0.59% 0.18% -
HSV(B) 326.67º 0.74% 0.29% -
XYZ 3.53 2.1 3.13 -
YUV 38.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 73 19 49 0 0.74 0.33 0.71 326.67 0.59 0.18
Hex 49 13 31 0 4A 21 47 147 3B 12
Octal 111 23 61 0 112 41 107 507 73 22
Binary 1001001 10011 110001 0 1001010 100001 1000111 101000111 111011 10010

Color Harmonies of #491331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491331

Black with #491331

Text Example


Text Example

White with #491331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491331; }

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

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

background-color css

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

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

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

border-color css

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

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

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