#1F1706

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

Shades of Maire #1F1706

Tints of Maire #1F1706

Color information

#1F1706 (or 0x1F1706) is unknown color: approx Maire. HEX triplet: 1F, 17 and 06. RGB value is (31,23,6). Sum of RGB (Red+Green+Blue) = 31+23+6=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1706 is #E0E8F9. Grayscale: #171717. Windows color (decimal): -14739706 or 399135. OLE color: 399135.

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

Color convert

RGB31236-
CMYK00.260.810.88
HSL40.8º67.57%7.25%-
HSV(B)40.8º80.65%12.16%-
XYZ0.90.920.3-
YUV23.45118.15133.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 51.67%
GREEN value IS 23 (9.38% from 255) = 38.33%
BLUE value IS 6 (2.73% from 255) = 10%
R=51.67%
G=38.33%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3123600.260.810.8840.867.577.25
Hex1F17601A515829447
Octal37276032121130511047
Binary1111110111110011010101000110110001010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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