Html Css Color HEX #1F190D Maire

📋 copy color: '#1F190D'

red 31 ◦ green 25 ◦ blue 13

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

Shades of Maire #1F190D

Tints of Maire #1F190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 36.23%

 BLUE value IS 13 (5.47% from 255) = 18.84%

R = 44.93%
G = 36.23%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1F190D (or 0x1F190D) is known color: Maire. HEX triplet: 1F, 19 and 0D. RGB value is (31,25,13). Sum of RGB (Red+Green+Blue) = 31+25+13=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F190D is #E0E6F2. Grayscale: #191919. Windows color (decimal): -14739187 or 858399. OLE color: 858399.

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

Color convert

RGB 31 25 13 -
CMYK 0 0.19 0.58 0.88
HSL 40º 0.41% 0.09% -
HSV(B) 40º 0.58% 0.12% -
XYZ 0.99 1.02 0.52 -
YUV 25.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 31 25 13 0 0.19 0.58 0.88 40 0.41 0.09
Hex 1F 19 D 0 13 3A 58 28 29 9
Octal 37 31 15 0 23 72 130 50 51 11
Binary 11111 11001 1101 0 10011 111010 1011000 101000 101001 1001

Color Harmonies of #1F190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F190D

Black with #1F190D

Text Example


Text Example

White with #1F190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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