Shades of Maire #141302
Tints of Maire #141302
RGB
CMYK
RGB Variations
Color information
#141302 (or 0x141302) is known color: Maire. HEX triplet: 14, 13 and 02. RGB value is (20,19,2). Sum of RGB (Red+Green+Blue) = 20+19+2=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #141302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141302 is #EBECFD. Grayscale: #111111. Windows color (decimal): -15461630 or 135956. OLE color: 135956.
HSL color Cylindrical-coordinate representation of color #141302: hue angle of 56.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141302 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 19 | 2 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.92 |
| HSL | 56.67º | 0.82% | 0.04% | - |
| HSV(B) | 56.67º | 0.9% | 0.08% | - |
| XYZ | 0.53 | 0.62 | 0.15 | - |
| YUV | 17.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 2 | 0 | 0.05 | 0.90 | 0.92 | 56.67 | 0.82 | 0.04 |
| Hex | 14 | 13 | 2 | 0 | 5 | 5A | 5C | 39 | 52 | 4 |
| Octal | 24 | 23 | 2 | 0 | 5 | 132 | 134 | 71 | 122 | 4 |
| Binary | 10100 | 10011 | 10 | 0 | 101 | 1011010 | 1011100 | 111001 | 1010010 | 100 |
Color Harmonies of #141302
Complementary color
Monochromatic Colors of #141302
Black with #141302
Text Example
Text Example
White with #141302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141302; }
p { color: rgb(20,19,2); }
H1.HeaderClassName
{
color: #141302;
}
.AnyTagClassName
{
color: #141302;
}
</style>
background-color css
<style>
a { background-color: #141302; }
a { background-color: rgb(20,19,2); }
div.DivClassName
{
background-color: #141302;
}
.BgClassName
{
background-color: #141302;
}
</style>
border-color css
<style>
span { border-color: #141302; }
span { border-color: rgb(20,19,2); }
td.TdClassName
{
border-color: #141302;
}
.TagClassName
{
border-color: #141302;
}
</style>