Html Css Color HEX #1F1D09 Maire

📋 copy color: '#1F1D09'

red 31 ◦ green 29 ◦ blue 9

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

Shades of Maire #1F1D09

Tints of Maire #1F1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 42.03%

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

R = 44.93%
G = 42.03%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#1F1D09 (or 0x1F1D09) is known color: Maire. HEX triplet: 1F, 1D and 09. RGB value is (31,29,9). Sum of RGB (Red+Green+Blue) = 31+29+9=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D09 is #E0E2F6. Grayscale: #1B1B1B. Windows color (decimal): -14738167 or 597279. OLE color: 597279.

HSL color Cylindrical-coordinate representation of color #1F1D09: hue angle of 54.55º 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 #1F1D09 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 29 9 -
CMYK 0 0.06 0.71 0.88
HSL 54.55º 0.55% 0.08% -
HSV(B) 54.55º 0.71% 0.12% -
XYZ 1.05 1.19 0.43 -
YUV 27.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 31 29 9 0 0.06 0.71 0.88 54.55 0.55 0.08
Hex 1F 1D 9 0 6 47 58 37 37 8
Octal 37 35 11 0 6 107 130 67 67 10
Binary 11111 11101 1001 0 110 1000111 1011000 110111 110111 1000

Color Harmonies of #1F1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1D09

Black with #1F1D09

Text Example


Text Example

White with #1F1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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