Html Css Color HEX #491A3A Blackberry

📋 copy color: '#491A3A'

red 73 ◦ green 26 ◦ blue 58

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

Shades of Blackberry #491A3A

Tints of Blackberry #491A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

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

R = 46.5%
G = 16.56%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#491A3A (or 0x491A3A) is known color: Blackberry. HEX triplet: 49, 1A and 3A. RGB value is (73,26,58). Sum of RGB (Red+Green+Blue) = 73+26+58=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A3A is #B6E5C5. Grayscale: #2B2B2B. Windows color (decimal): -11986374 or 3807817. OLE color: 3807817.

HSL color Cylindrical-coordinate representation of color #491A3A: hue angle of 319.15º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A3A is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 58 -
CMYK 0 0.64 0.21 0.71
HSL 319.15º 0.47% 0.19% -
HSV(B) 319.15º 0.64% 0.29% -
XYZ 3.88 2.46 4.27 -
YUV 43.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 73 26 58 0 0.64 0.21 0.71 319.15 0.47 0.19
Hex 49 1A 3A 0 40 15 47 13F 2F 13
Octal 111 32 72 0 100 25 107 477 57 23
Binary 1001001 11010 111010 0 1000000 10101 1000111 100111111 101111 10011

Color Harmonies of #491A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A3A

Black with #491A3A

Text Example


Text Example

White with #491A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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