Html Css Color HEX #491436 Blackberry

📋 copy color: '#491436'

red 73 ◦ green 20 ◦ blue 54

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

Shades of Blackberry #491436

Tints of Blackberry #491436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.61%

 BLUE value IS 54 (21.48% from 255) = 36.73%

R = 49.66%
G = 13.61%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#491436 (or 0x491436) is known color: Blackberry. HEX triplet: 49, 14 and 36. RGB value is (73,20,54). Sum of RGB (Red+Green+Blue) = 73+20+54=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491436 is #B6EBC9. Grayscale: #272727. Windows color (decimal): -11987914 or 3544137. OLE color: 3544137.

HSL color Cylindrical-coordinate representation of color #491436: hue angle of 321.51º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491436 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 20 54 -
CMYK 0 0.73 0.26 0.71
HSL 321.51º 0.57% 0.18% -
HSV(B) 321.51º 0.73% 0.29% -
XYZ 3.66 2.18 3.72 -
YUV 39.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 73 20 54 0 0.73 0.26 0.71 321.51 0.57 0.18
Hex 49 14 36 0 49 1A 47 142 39 12
Octal 111 24 66 0 111 32 107 502 71 22
Binary 1001001 10100 110110 0 1001001 11010 1000111 101000010 111001 10010

Color Harmonies of #491436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491436

Black with #491436

Text Example


Text Example

White with #491436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491436; }

 p { color: rgb(73,20,54); }

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

background-color css

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

 a { background-color: rgb(73,20,54); }

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

border-color css

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

 span { border-color: rgb(73,20,54); }

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