#1F1F1A

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

Shades of Maire #1F1F1A

Tints of Maire #1F1F1A

Color information

#1F1F1A (or 0x1F1F1A) is unknown color: approx Maire. HEX triplet: 1F, 1F and 1A. RGB value is (31,31,26). Sum of RGB (Red+Green+Blue) = 31+31+26=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 31 - color contains mainly: red, green. Hex color #1F1F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1F1A is #E0E0E5. Grayscale: #1E1E1E. Windows color (decimal): -14737638 or 1711903. OLE color: 1711903.

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

Color convert

RGB313126-
CMYK000.160.88
HSL60º8.77%11.18%-
HSV(B)60º16.13%12.16%-
XYZ1.241.351.17-
YUV30.43125.5128.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.23%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=35.23%
G=35.23%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal313126000.160.88608.7711.18
Hex1F1F1A0010583c9b
Octal3737320020130741113
Binary1111111111110100010000101100011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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