Html Css Color HEX #491C31 Blackberry

📋 copy color: '#491C31'

red 73 ◦ green 28 ◦ blue 49

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

Shades of Blackberry #491C31

Tints of Blackberry #491C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

 BLUE value IS 49 (19.53% from 255) = 32.67%

R = 48.67%
G = 18.67%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#491C31 (or 0x491C31) is known color: Blackberry. HEX triplet: 49, 1C and 31. RGB value is (73,28,49). Sum of RGB (Red+Green+Blue) = 73+28+49=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #491C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C31 is #B6E3CE. Grayscale: #2B2B2B. Windows color (decimal): -11985871 or 3218505. OLE color: 3218505.

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

Color convert

RGB 73 28 49 -
CMYK 0 0.62 0.33 0.71
HSL 332º 0.45% 0.2% -
HSV(B) 332º 0.62% 0.29% -
XYZ 3.72 2.47 3.19 -
YUV 43.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 73 28 49 0 0.62 0.33 0.71 332 0.45 0.2
Hex 49 1C 31 0 3E 21 47 14C 2D 14
Octal 111 34 61 0 76 41 107 514 55 24
Binary 1001001 11100 110001 0 111110 100001 1000111 101001100 101101 10100

Color Harmonies of #491C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C31

Black with #491C31

Text Example


Text Example

White with #491C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,28,49); }

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

background-color css

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

 a { background-color: rgb(73,28,49); }

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

border-color css

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

 span { border-color: rgb(73,28,49); }

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