#1F1F1D

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

Shades of Maire #1F1F1D

Tints of Maire #1F1F1D

Color information

#1F1F1D (or 0x1F1F1D) is unknown color: approx Maire. HEX triplet: 1F, 1F and 1D. RGB value is (31,31,29). Sum of RGB (Red+Green+Blue) = 31+31+29=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 31 - color contains mainly: red, green. Hex color #1F1F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1F1D is #E0E0E2. Grayscale: #1E1E1E. Windows color (decimal): -14737635 or 1908511. OLE color: 1908511.

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

Color convert

RGB313129-
CMYK000.060.88
HSL60º3.33%11.76%-
HSV(B)60º6.45%12.16%-
XYZ1.281.361.36-
YUV30.77127128.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.07%
GREEN value IS 31 (12.5% from 255) = 34.07%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=34.07%
G=34.07%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal313129000.060.88603.3311.76
Hex1F1F1D006583c3c
Octal37373500613074314
Binary111111111111101001101011000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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