Shades of Maire #1F200A
Tints of Maire #1F200A
RGB
CMYK
RGB Variations
Color information
#1F200A (or 0x1F200A) is known color: Maire. HEX triplet: 1F, 20 and 0A. RGB value is (31,32,10). Sum of RGB (Red+Green+Blue) = 31+32+10=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #1F200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F200A is #E0DFF5. Grayscale: #1D1D1D. Windows color (decimal): -14737398 or 663583. OLE color: 663583.
HSL color Cylindrical-coordinate representation of color #1F200A: hue angle of 62.73º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F200A is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.87.
Color convert
RGB | 31 | 32 | 10 | - |
CMYK | 0.03 | 0 | 0.69 | 0.87 |
HSL | 62.73º | 0.52% | 0.08% | - |
HSV(B) | 62.73º | 0.69% | 0.13% | - |
XYZ | 1.14 | 1.35 | 0.49 | - |
YUV | 29.19 | 117.17 | 129.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 32 | 10 | 0.03 | 0 | 0.69 | 0.87 | 62.73 | 0.52 | 0.08 |
Hex | 1F | 20 | A | 3 | 0 | 45 | 57 | 3F | 34 | 8 |
Octal | 37 | 40 | 12 | 3 | 0 | 105 | 127 | 77 | 64 | 10 |
Binary | 11111 | 100000 | 1010 | 11 | 0 | 1000101 | 1010111 | 111111 | 110100 | 1000 |
Color Harmonies of #1F200A
Complementary color
Monochromatic Colors of #1F200A
Black with #1F200A
Text Example
Text Example
White with #1F200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F200A; }
p { color: rgb(31,32,10); }
H1.HeaderClassName
{
color: #1F200A;
}
.AnyTagClassName
{
color: #1F200A;
}
</style>
background-color css
<style>
a { background-color: #1F200A; }
a { background-color: rgb(31,32,10); }
div.DivClassName
{
background-color: #1F200A;
}
.BgClassName
{
background-color: #1F200A;
}
</style>
border-color css
<style>
span { border-color: #1F200A; }
span { border-color: rgb(31,32,10); }
td.TdClassName
{
border-color: #1F200A;
}
.TagClassName
{
border-color: #1F200A;
}
</style>