Html Css Color HEX #1F1709 Maire

📋 copy color: '#1F1709'

red 31 ◦ green 23 ◦ blue 9

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

Shades of Maire #1F1709

Tints of Maire #1F1709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 36.51%

 BLUE value IS 9 (3.91% from 255) = 14.29%

R = 49.21%
G = 36.51%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#1F1709 (or 0x1F1709) is known color: Maire. HEX triplet: 1F, 17 and 09. RGB value is (31,23,9). Sum of RGB (Red+Green+Blue) = 31+23+9=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1709 is #E0E8F6. Grayscale: #171717. Windows color (decimal): -14739703 or 595743. OLE color: 595743.

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

Color convert

RGB 31 23 9 -
CMYK 0 0.26 0.71 0.88
HSL 38.18º 0.55% 0.08% -
HSV(B) 38.18º 0.71% 0.12% -
XYZ 0.92 0.92 0.39 -
YUV 23.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 31 23 9 0 0.26 0.71 0.88 38.18 0.55 0.08
Hex 1F 17 9 0 1A 47 58 26 37 8
Octal 37 27 11 0 32 107 130 46 67 10
Binary 11111 10111 1001 0 11010 1000111 1011000 100110 110111 1000

Color Harmonies of #1F1709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1709

Black with #1F1709

Text Example


Text Example

White with #1F1709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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