Html Css Color HEX #1F1317 Rustic Red

📋 copy color: '#1F1317'

red 31 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #1F1317

Tints of Rustic Red #1F1317

RGB

 RED value IS 31 (12.5% from 255) = 42.47%

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 23 (9.38% from 255) = 31.51%

R = 42.47%
G = 26.03%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.88

RGB Variations

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

Color information

#1F1317 (or 0x1F1317) is known color: Rustic Red. HEX triplet: 1F, 13 and 17. RGB value is (31,19,23). Sum of RGB (Red+Green+Blue) = 31+19+23=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1317 is #E0ECE8. Grayscale: #171717. Windows color (decimal): -14740713 or 1512223. OLE color: 1512223.

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

Color convert

RGB 31 19 23 -
CMYK 0 0.39 0.26 0.88
HSL 340º 0.24% 0.1% -
HSV(B) 340º 0.39% 0.12% -
XYZ 0.95 0.82 0.92 -
YUV 23.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 31 19 23 0 0.39 0.26 0.88 340 0.24 0.1
Hex 1F 13 17 0 27 1A 58 154 18 A
Octal 37 23 27 0 47 32 130 524 30 12
Binary 11111 10011 10111 0 100111 11010 1011000 101010100 11000 1010

Color Harmonies of #1F1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1317

Black with #1F1317

Text Example


Text Example

White with #1F1317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F1317;
 }
 .AnyTagClassName
 {
   color: #1F1317;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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