#1F1C07

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

Shades of Maire #1F1C07

Tints of Maire #1F1C07

Color information

#1F1C07 (or 0x1F1C07) is unknown color: approx Maire. HEX triplet: 1F, 1C and 07. RGB value is (31,28,7). Sum of RGB (Red+Green+Blue) = 31+28+7=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1C07 is #E0E3F8. Grayscale: #1A1A1A. Windows color (decimal): -14738425 or 465951. OLE color: 465951.

HSL color Cylindrical-coordinate representation of color #1F1C07: hue angle of 52.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F1C07 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.88.

Color convert

RGB31287-
CMYK00.100.770.88
HSL52.5º63.16%7.45%-
HSV(B)52.5º77.42%12.16%-
XYZ1.021.140.37-
YUV26.5116.99131.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 7 (3.12% from 255) = 10.61%
R=46.97%
G=42.42%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3128700.100.770.8852.563.167.45
Hex1F1C70A4D58343f7
Octal3734701211513064777
Binary11111111001110101010011011011000110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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