Html Css Color HEX #1F1819 Rustic Red

📋 copy color: '#1F1819'

red 31 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #1F1819

Tints of Rustic Red #1F1819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30%

 BLUE value IS 25 (10.16% from 255) = 31.25%

R = 38.75%
G = 30%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#1F1819 (or 0x1F1819) is known color: Rustic Red. HEX triplet: 1F, 18 and 19. RGB value is (31,24,25). Sum of RGB (Red+Green+Blue) = 31+24+25=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1819 is #E0E7E6. Grayscale: #1A1A1A. Windows color (decimal): -14739431 or 1644575. OLE color: 1644575.

HSL color Cylindrical-coordinate representation of color #1F1819: hue angle of 351.43º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1F1819 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 24 25 -
CMYK 0 0.23 0.19 0.88
HSL 351.43º 0.13% 0.11% -
HSV(B) 351.43º 0.23% 0.12% -
XYZ 1.07 1.01 1.06 -
YUV 26.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 31 24 25 0 0.23 0.19 0.88 351.43 0.13 0.11
Hex 1F 18 19 0 17 13 58 15F D B
Octal 37 30 31 0 27 23 130 537 15 13
Binary 11111 11000 11001 0 10111 10011 1011000 101011111 1101 1011

Color Harmonies of #1F1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1819

Black with #1F1819

Text Example


Text Example

White with #1F1819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,24,25); }

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

background-color css

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

 a { background-color: rgb(31,24,25); }

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

border-color css

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

 span { border-color: rgb(31,24,25); }

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