Html Css Color HEX #491137 Blackberry

📋 copy color: '#491137'

red 73 ◦ green 17 ◦ blue 55

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

Shades of Blackberry #491137

Tints of Blackberry #491137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 50.34%
G = 11.72%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#491137 (or 0x491137) is known color: Blackberry. HEX triplet: 49, 11 and 37. RGB value is (73,17,55). Sum of RGB (Red+Green+Blue) = 73+17+55=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #491137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491137 is #B6EEC8. Grayscale: #252525. Windows color (decimal): -11988681 or 3608905. OLE color: 3608905.

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

Color convert

RGB 73 17 55 -
CMYK 0 0.77 0.25 0.71
HSL 319.29º 0.62% 0.18% -
HSV(B) 319.29º 0.77% 0.29% -
XYZ 3.64 2.09 3.83 -
YUV 38.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 73 17 55 0 0.77 0.25 0.71 319.29 0.62 0.18
Hex 49 11 37 0 4D 19 47 13F 3E 12
Octal 111 21 67 0 115 31 107 477 76 22
Binary 1001001 10001 110111 0 1001101 11001 1000111 100111111 111110 10010

Color Harmonies of #491137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491137

Black with #491137

Text Example


Text Example

White with #491137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491137; }

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

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

background-color css

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

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

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

border-color css

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

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

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