Html Css Color HEX #1F190C Maire

📋 copy color: '#1F190C'

red 31 ◦ green 25 ◦ blue 12

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

Shades of Maire #1F190C

Tints of Maire #1F190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 17.65%

R = 45.59%
G = 36.76%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#1F190C (or 0x1F190C) is known color: Maire. HEX triplet: 1F, 19 and 0C. RGB value is (31,25,12). Sum of RGB (Red+Green+Blue) = 31+25+12=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F190C is #E0E6F3. Grayscale: #191919. Windows color (decimal): -14739188 or 792863. OLE color: 792863.

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

Color convert

RGB 31 25 12 -
CMYK 0 0.19 0.61 0.88
HSL 41.05º 0.44% 0.08% -
HSV(B) 41.05º 0.61% 0.12% -
XYZ 0.98 1.01 0.49 -
YUV 25.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 31 25 12 0 0.19 0.61 0.88 41.05 0.44 0.08
Hex 1F 19 C 0 13 3D 58 29 2C 8
Octal 37 31 14 0 23 75 130 51 54 10
Binary 11111 11001 1100 0 10011 111101 1011000 101001 101100 1000

Color Harmonies of #1F190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F190C

Black with #1F190C

Text Example


Text Example

White with #1F190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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