#31181D

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

Shades of Rustic Red #31181D

Tints of Rustic Red #31181D

Color information

#31181D (or 0x31181D) is unknown color: approx Rustic Red. HEX triplet: 31, 18 and 1D. RGB value is (49,24,29). Sum of RGB (Red+Green+Blue) = 49+24+29=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31181D is #CEE7E2. Grayscale: #202020. Windows color (decimal): -13559779 or 1906737. OLE color: 1906737.

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

Color convert

RGB492429-
CMYK00.510.410.81
HSL348º34.25%14.31%-
HSV(B)348º51.02%19.22%-
XYZ1.821.391.34-
YUV32.04126.28140.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=48.04%
G=23.53%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49242900.510.410.8134834.2514.31
Hex31181D033295115c22e
Octal613035063511215344216
Binary1100011100011101011001110100110100011010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31181D; }

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

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

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

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

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

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

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

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