Html Css Color HEX #491C36 Blackberry

📋 copy color: '#491C36'

red 73 ◦ green 28 ◦ blue 54

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

Shades of Blackberry #491C36

Tints of Blackberry #491C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.06%

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

R = 47.1%
G = 18.06%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#491C36 (or 0x491C36) is known color: Blackberry. HEX triplet: 49, 1C and 36. RGB value is (73,28,54). Sum of RGB (Red+Green+Blue) = 73+28+54=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #491C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C36 is #B6E3C9. Grayscale: #2C2C2C. Windows color (decimal): -11985866 or 3546185. OLE color: 3546185.

HSL color Cylindrical-coordinate representation of color #491C36: hue angle of 325.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491C36 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 28 54 -
CMYK 0 0.62 0.26 0.71
HSL 325.33º 0.45% 0.2% -
HSV(B) 325.33º 0.62% 0.29% -
XYZ 3.83 2.51 3.77 -
YUV 44.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 73 28 54 0 0.62 0.26 0.71 325.33 0.45 0.2
Hex 49 1C 36 0 3E 1A 47 145 2D 14
Octal 111 34 66 0 76 32 107 505 55 24
Binary 1001001 11100 110110 0 111110 11010 1000111 101000101 101101 10100

Color Harmonies of #491C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C36

Black with #491C36

Text Example


Text Example

White with #491C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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