Html Css Color HEX #491337 Blackberry

📋 copy color: '#491337'

red 73 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #491337

Tints of Blackberry #491337

RGB

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

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

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

R = 49.66%
G = 12.93%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#491337 (or 0x491337) is known color: Blackberry. HEX triplet: 49, 13 and 37. RGB value is (73,19,55). Sum of RGB (Red+Green+Blue) = 73+19+55=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491337 is #B6ECC8. Grayscale: #272727. Windows color (decimal): -11988169 or 3609417. OLE color: 3609417.

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

Color convert

RGB 73 19 55 -
CMYK 0 0.74 0.25 0.71
HSL 320º 0.59% 0.18% -
HSV(B) 320º 0.74% 0.29% -
XYZ 3.67 2.16 3.84 -
YUV 39.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 73 19 55 0 0.74 0.25 0.71 320 0.59 0.18
Hex 49 13 37 0 4A 19 47 140 3B 12
Octal 111 23 67 0 112 31 107 500 73 22
Binary 1001001 10011 110111 0 1001010 11001 1000111 101000000 111011 10010

Color Harmonies of #491337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491337

Black with #491337

Text Example


Text Example

White with #491337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491337; }

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

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

background-color css

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

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

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

border-color css

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

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

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