#1F1A09

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

Shades of Maire #1F1A09

Tints of Maire #1F1A09

Color information

#1F1A09 (or 0x1F1A09) is unknown color: approx Maire. HEX triplet: 1F, 1A and 09. RGB value is (31,26,9). Sum of RGB (Red+Green+Blue) = 31+26+9=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 26 (10.55% from 255 or 39.39% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1A09 is #E0E5F6. Grayscale: #191919. Windows color (decimal): -14738935 or 596511. OLE color: 596511.

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

Color convert

RGB31269-
CMYK00.160.710.88
HSL46.36º55%7.84%-
HSV(B)46.36º70.97%12.16%-
XYZ0.981.050.41-
YUV25.56118.66131.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 26 (10.55% from 255) = 39.39%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=46.97%
G=39.39%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3126900.160.710.8846.36557.84
Hex1F1A901047582e378
Octal373211020107130566710
Binary11111110101001010000100011110110001011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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