Html Css Color HEX #491437 Blackberry

📋 copy color: '#491437'

red 73 ◦ green 20 ◦ blue 55

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

Shades of Blackberry #491437

Tints of Blackberry #491437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.51%

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

R = 49.32%
G = 13.51%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#491437 (or 0x491437) is known color: Blackberry. HEX triplet: 49, 14 and 37. RGB value is (73,20,55). Sum of RGB (Red+Green+Blue) = 73+20+55=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #491437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491437 is #B6EBC8. Grayscale: #272727. Windows color (decimal): -11987913 or 3609673. OLE color: 3609673.

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

Color convert

RGB 73 20 55 -
CMYK 0 0.73 0.25 0.71
HSL 320.38º 0.57% 0.18% -
HSV(B) 320.38º 0.73% 0.29% -
XYZ 3.69 2.19 3.84 -
YUV 39.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 73 20 55 0 0.73 0.25 0.71 320.38 0.57 0.18
Hex 49 14 37 0 49 19 47 140 39 12
Octal 111 24 67 0 111 31 107 500 71 22
Binary 1001001 10100 110111 0 1001001 11001 1000111 101000000 111001 10010

Color Harmonies of #491437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491437

Black with #491437

Text Example


Text Example

White with #491437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491437; }

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

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

background-color css

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

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

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

border-color css

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

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

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