Html Css Color HEX #491B3A Blackberry

📋 copy color: '#491B3A'

red 73 ◦ green 27 ◦ blue 58

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

Shades of Blackberry #491B3A

Tints of Blackberry #491B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.71%

R = 46.2%
G = 17.09%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#491B3A (or 0x491B3A) is known color: Blackberry. HEX triplet: 49, 1B and 3A. RGB value is (73,27,58). Sum of RGB (Red+Green+Blue) = 73+27+58=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B3A is #B6E4C5. Grayscale: #2C2C2C. Windows color (decimal): -11986118 or 3808073. OLE color: 3808073.

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

Color convert

RGB 73 27 58 -
CMYK 0 0.63 0.21 0.71
HSL 319.57º 0.46% 0.2% -
HSV(B) 319.57º 0.63% 0.29% -
XYZ 3.9 2.51 4.28 -
YUV 44.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 73 27 58 0 0.63 0.21 0.71 319.57 0.46 0.2
Hex 49 1B 3A 0 3F 15 47 140 2E 14
Octal 111 33 72 0 77 25 107 500 56 24
Binary 1001001 11011 111010 0 111111 10101 1000111 101000000 101110 10100

Color Harmonies of #491B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B3A

Black with #491B3A

Text Example


Text Example

White with #491B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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