#311718

Color #311718 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #311718

Tints of Rustic Red #311718

Color information

#311718 (or 0x311718) is unknown color: approx Rustic Red. HEX triplet: 31, 17 and 18. RGB value is (49,23,24). Sum of RGB (Red+Green+Blue) = 49+23+24=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #311718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311718 is #CEE8E7. Grayscale: #1E1E1E. Windows color (decimal): -13560040 or 1578801. OLE color: 1578801.

HSL color Cylindrical-coordinate representation of color #311718: hue angle of 357.69º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #311718 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB492324-
CMYK00.530.510.81
HSL357.69º36.11%14.12%-
HSV(B)357.69º53.06%19.22%-
XYZ1.741.331.03-
YUV30.89124.11140.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 24 (9.77% from 255) = 25%
R=51.04%
G=23.96%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49232400.530.510.81357.6936.1114.12
Hex311718035335116624e
Octal612730065631215464416
Binary1100011011111000011010111001110100011011001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311718; }

 p { color: rgb(49,23,24); }

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

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

 a { background-color: rgb(49,23,24); }

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

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

 span { border-color: rgb(49,23,24); }

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