#1F1F17

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

Shades of Maire #1F1F17

Tints of Maire #1F1F17

Color information

#1F1F17 (or 0x1F1F17) is unknown color: approx Maire. HEX triplet: 1F, 1F and 17. RGB value is (31,31,23). Sum of RGB (Red+Green+Blue) = 31+31+23=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 31 - color contains mainly: red, green. Hex color #1F1F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1F17 is #E0E0E8. Grayscale: #1E1E1E. Windows color (decimal): -14737641 or 1515295. OLE color: 1515295.

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

Color convert

RGB313123-
CMYK000.260.88
HSL60º14.81%10.59%-
HSV(B)60º25.81%12.16%-
XYZ1.211.331-
YUV30.09124128.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 23 (9.38% from 255) = 27.06%
R=36.47%
G=36.47%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal313123000.260.886014.8110.59
Hex1F1F17001A583cfb
Octal3737270032130741713
Binary1111111111101110011010101100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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