Html Css Color HEX #491D3B Blackberry

📋 copy color: '#491D3B'

red 73 ◦ green 29 ◦ blue 59

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

Shades of Blackberry #491D3B

Tints of Blackberry #491D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.65%

R = 45.34%
G = 18.01%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#491D3B (or 0x491D3B) is known color: Blackberry. HEX triplet: 49, 1D and 3B. RGB value is (73,29,59). Sum of RGB (Red+Green+Blue) = 73+29+59=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D3B is #B6E2C4. Grayscale: #2D2D2D. Windows color (decimal): -11985605 or 3874121. OLE color: 3874121.

HSL color Cylindrical-coordinate representation of color #491D3B: hue angle of 319.09º 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 #491D3B is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 29 59 -
CMYK 0 0.60 0.19 0.71
HSL 319.09º 0.43% 0.2% -
HSV(B) 319.09º 0.6% 0.29% -
XYZ 3.98 2.61 4.43 -
YUV 45.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 73 29 59 0 0.60 0.19 0.71 319.09 0.43 0.2
Hex 49 1D 3B 0 3C 13 47 13F 2B 14
Octal 111 35 73 0 74 23 107 477 53 24
Binary 1001001 11101 111011 0 111100 10011 1000111 100111111 101011 10100

Color Harmonies of #491D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D3B

Black with #491D3B

Text Example


Text Example

White with #491D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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