#1F1F04

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

Shades of Maire #1F1F04

Tints of Maire #1F1F04

Color information

#1F1F04 (or 0x1F1F04) is unknown color: approx Maire. HEX triplet: 1F, 1F and 04. RGB value is (31,31,4). Sum of RGB (Red+Green+Blue) = 31+31+4=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 31 - color contains mainly: red, green. Hex color #1F1F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1F04 is #E0E0FB. Grayscale: #1C1C1C. Windows color (decimal): -14737660 or 270111. OLE color: 270111.

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

Color convert

RGB31314-
CMYK000.870.88
HSL60º77.14%6.86%-
HSV(B)60º87.1%12.16%-
XYZ1.081.280.31-
YUV27.92114.5130.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 31 (12.5% from 255) = 46.97%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=46.97%
G=46.97%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31314000.870.886077.146.86
Hex1F1F40057583c4d7
Octal3737400127130741157
Binary111111111110000101011110110001111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,31,4); }

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

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

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

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

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

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

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