#1F1707

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

Shades of Maire #1F1707

Tints of Maire #1F1707

Color information

#1F1707 (or 0x1F1707) is unknown color: approx Maire. HEX triplet: 1F, 17 and 07. RGB value is (31,23,7). Sum of RGB (Red+Green+Blue) = 31+23+7=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1707 is #E0E8F8. Grayscale: #171717. Windows color (decimal): -14739705 or 464671. OLE color: 464671.

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

Color convert

RGB31237-
CMYK00.260.770.88
HSL40º63.16%7.45%-
HSV(B)40º77.42%12.16%-
XYZ0.910.920.33-
YUV23.57118.65133.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50.82%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 7 (3.12% from 255) = 11.48%
R=50.82%
G=37.70%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3123700.260.770.884063.167.45
Hex1F17701A4D58283f7
Octal3727703211513050777
Binary111111011111101101010011011011000101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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