#1F0E13

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

Shades of Rustic Red #1F0E13

Tints of Rustic Red #1F0E13

Color information

#1F0E13 (or 0x1F0E13) is unknown color: approx Rustic Red. HEX triplet: 1F, 0E and 13. RGB value is (31,14,19). Sum of RGB (Red+Green+Blue) = 31+14+19=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E13 is #E0F1EC. Grayscale: #131313. Windows color (decimal): -14741997 or 1248799. OLE color: 1248799.

HSL color Cylindrical-coordinate representation of color #1F0E13: hue angle of 342.35º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F0E13 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB311419-
CMYK00.550.390.88
HSL342.35º37.78%8.82%-
HSV(B)342.35º54.84%12.16%-
XYZ0.840.650.7-
YUV19.65127.63136.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 48.44%
GREEN value IS 14 (5.86% from 255) = 21.88%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=48.44%
G=21.88%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31141900.550.390.88342.3537.788.82
Hex1FE130372758156269
Octal371623067471305264611
Binary11111111010011011011110011110110001010101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0E13; }

 p { color: rgb(31,14,19); }

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

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

 a { background-color: rgb(31,14,19); }

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

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

 span { border-color: rgb(31,14,19); }

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