Html Css Color HEX #491132 Blackberry

📋 copy color: '#491132'

red 73 ◦ green 17 ◦ blue 50

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

Shades of Blackberry #491132

Tints of Blackberry #491132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.71%

R = 52.14%
G = 12.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#491132 (or 0x491132) is known color: Blackberry. HEX triplet: 49, 11 and 32. RGB value is (73,17,50). Sum of RGB (Red+Green+Blue) = 73+17+50=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #491132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491132 is #B6EECD. Grayscale: #252525. Windows color (decimal): -11988686 or 3281225. OLE color: 3281225.

HSL color Cylindrical-coordinate representation of color #491132: hue angle of 324.64º 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 #491132 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 17 50 -
CMYK 0 0.77 0.32 0.71
HSL 324.64º 0.62% 0.18% -
HSV(B) 324.64º 0.77% 0.29% -
XYZ 3.52 2.05 3.23 -
YUV 37.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 73 17 50 0 0.77 0.32 0.71 324.64 0.62 0.18
Hex 49 11 32 0 4D 20 47 145 3E 12
Octal 111 21 62 0 115 40 107 505 76 22
Binary 1001001 10001 110010 0 1001101 100000 1000111 101000101 111110 10010

Color Harmonies of #491132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491132

Black with #491132

Text Example


Text Example

White with #491132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491132; }

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

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

background-color css

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

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

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

border-color css

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

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

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