Html Css Color HEX #491D3C Blackberry

📋 copy color: '#491D3C'

red 73 ◦ green 29 ◦ blue 60

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

Shades of Blackberry #491D3C

Tints of Blackberry #491D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

 BLUE value IS 60 (23.83% from 255) = 37.04%

R = 45.06%
G = 17.9%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#491D3C (or 0x491D3C) is known color: Blackberry. HEX triplet: 49, 1D and 3C. RGB value is (73,29,60). Sum of RGB (Red+Green+Blue) = 73+29+60=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #491D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D3C is #B6E2C3. Grayscale: #2D2D2D. Windows color (decimal): -11985604 or 3939657. OLE color: 3939657.

HSL color Cylindrical-coordinate representation of color #491D3C: hue angle of 317.73º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D3C is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 29 60 -
CMYK 0 0.60 0.18 0.71
HSL 317.73º 0.43% 0.2% -
HSV(B) 317.73º 0.6% 0.29% -
XYZ 4 2.62 4.57 -
YUV 45.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 73 29 60 0 0.60 0.18 0.71 317.73 0.43 0.2
Hex 49 1D 3C 0 3C 12 47 13E 2B 14
Octal 111 35 74 0 74 22 107 476 53 24
Binary 1001001 11101 111100 0 111100 10010 1000111 100111110 101011 10100

Color Harmonies of #491D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D3C

Black with #491D3C

Text Example


Text Example

White with #491D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,29,60); }

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

background-color css

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

 a { background-color: rgb(73,29,60); }

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

border-color css

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

 span { border-color: rgb(73,29,60); }

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