Html Css Color HEX #491B37 Blackberry

📋 copy color: '#491B37'

red 73 ◦ green 27 ◦ blue 55

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

Shades of Blackberry #491B37

Tints of Blackberry #491B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

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

R = 47.1%
G = 17.42%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#491B37 (or 0x491B37) is known color: Blackberry. HEX triplet: 49, 1B and 37. RGB value is (73,27,55). Sum of RGB (Red+Green+Blue) = 73+27+55=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #491B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B37 is #B6E4C8. Grayscale: #2B2B2B. Windows color (decimal): -11986121 or 3611465. OLE color: 3611465.

HSL color Cylindrical-coordinate representation of color #491B37: hue angle of 323.48º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B37 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 55 -
CMYK 0 0.63 0.25 0.71
HSL 323.48º 0.46% 0.2% -
HSV(B) 323.48º 0.63% 0.29% -
XYZ 3.83 2.48 3.89 -
YUV 43.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 73 27 55 0 0.63 0.25 0.71 323.48 0.46 0.2
Hex 49 1B 37 0 3F 19 47 143 2E 14
Octal 111 33 67 0 77 31 107 503 56 24
Binary 1001001 11011 110111 0 111111 11001 1000111 101000011 101110 10100

Color Harmonies of #491B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B37

Black with #491B37

Text Example


Text Example

White with #491B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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