Html Css Color HEX #491037 Blackberry

📋 copy color: '#491037'

red 73 ◦ green 16 ◦ blue 55

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

Shades of Blackberry #491037

Tints of Blackberry #491037

RGB

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

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

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

R = 50.69%
G = 11.11%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#491037 (or 0x491037) is known color: Blackberry. HEX triplet: 49, 10 and 37. RGB value is (73,16,55). Sum of RGB (Red+Green+Blue) = 73+16+55=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #491037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491037 is #B6EFC8. Grayscale: #252525. Windows color (decimal): -11988937 or 3608649. OLE color: 3608649.

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

Color convert

RGB 73 16 55 -
CMYK 0 0.78 0.25 0.71
HSL 318.95º 0.64% 0.17% -
HSV(B) 318.95º 0.78% 0.29% -
XYZ 3.62 2.06 3.82 -
YUV 37.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 73 16 55 0 0.78 0.25 0.71 318.95 0.64 0.17
Hex 49 10 37 0 4E 19 47 13F 40 11
Octal 111 20 67 0 116 31 107 477 100 21
Binary 1001001 10000 110111 0 1001110 11001 1000111 100111111 1000000 10001

Color Harmonies of #491037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491037

Black with #491037

Text Example


Text Example

White with #491037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491037; }

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

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

background-color css

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

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

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

border-color css

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

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

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