#491c3d

Color #491C3D Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #491C3D

Tints of Blackberry #491C3D

Color information

#491C3D (or 0x491C3D) is unknown color: approx Blackberry. HEX triplet: 49, 1C and 3D. RGB value is (73,28,61). Sum of RGB (Red+Green+Blue) = 73+28+61=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #491C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C3D is #B6E3C2. Grayscale: #2D2D2D. Windows color (decimal): -11985859 or 4004937. OLE color: 4004937.

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

Color convert

RGB732861-
CMYK00.620.160.71
HSL316º44.55%19.8%-
HSV(B)316º61.64%28.63%-
XYZ4.012.584.7-
YUV45.22136.91147.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=45.06%
G=17.28%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73286100.620.160.7131644.5519.8
Hex491C3D03E104713c2d14
Octal1113475076201074745524
Binary100100111100111101011111010000100011110011110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491c3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #491c3d;
 }
 .AnyTagClassName
 {
   color: #491c3d;
 }
</style>
background-color css

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

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

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

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

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

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