#1F1C09

Color #1F1C09 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #1F1C09

Tints of Maire #1F1C09

Color information

#1F1C09 (or 0x1F1C09) is unknown color: approx Maire. HEX triplet: 1F, 1C and 09. RGB value is (31,28,9). Sum of RGB (Red+Green+Blue) = 31+28+9=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1C09 is #E0E3F6. Grayscale: #1A1A1A. Windows color (decimal): -14738423 or 597023. OLE color: 597023.

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

Color convert

RGB31289-
CMYK00.100.710.88
HSL51.82º55%7.84%-
HSV(B)51.82º70.97%12.16%-
XYZ1.031.140.42-
YUV26.73117.99131.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 45.59%
GREEN value IS 28 (11.33% from 255) = 41.18%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=45.59%
G=41.18%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3128900.100.710.8851.82557.84
Hex1F1C90A475834378
Octal373411012107130646710
Binary1111111100100101010100011110110001101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F1C09;
 }
 .AnyTagClassName
 {
   color: #1F1C09;
 }
</style>
background-color css

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

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

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

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

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

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