Html Css Color HEX #1F1809 Maire

📋 copy color: '#1F1809'

red 31 ◦ green 24 ◦ blue 9

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

Shades of Maire #1F1809

Tints of Maire #1F1809

RGB

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

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

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

R = 48.44%
G = 37.5%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.88

RGB Variations

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

Color information

#1F1809 (or 0x1F1809) is known color: Maire. HEX triplet: 1F, 18 and 09. RGB value is (31,24,9). Sum of RGB (Red+Green+Blue) = 31+24+9=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1809 is #E0E7F6. Grayscale: #181818. Windows color (decimal): -14739447 or 595999. OLE color: 595999.

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

Color convert

RGB 31 24 9 -
CMYK 0 0.23 0.71 0.88
HSL 40.91º 0.55% 0.08% -
HSV(B) 40.91º 0.71% 0.12% -
XYZ 0.94 0.96 0.39 -
YUV 24.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 31 24 9 0 0.23 0.71 0.88 40.91 0.55 0.08
Hex 1F 18 9 0 17 47 58 29 37 8
Octal 37 30 11 0 27 107 130 51 67 10
Binary 11111 11000 1001 0 10111 1000111 1011000 101001 110111 1000

Color Harmonies of #1F1809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1809

Black with #1F1809

Text Example


Text Example

White with #1F1809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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