Shades of Maire #1B1301
Tints of Maire #1B1301
RGB
CMYK
RGB Variations
Color information
#1B1301 (or 0x1B1301) is known color: Maire. HEX triplet: 1B, 13 and 01. RGB value is (27,19,1). Sum of RGB (Red+Green+Blue) = 27+19+1=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1301 is #E4ECFE. Grayscale: #131313. Windows color (decimal): -15002879 or 70427. OLE color: 70427.
HSL color Cylindrical-coordinate representation of color #1B1301: hue angle of 41.54º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B1301 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 19 | 1 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.89 |
| HSL | 41.54º | 0.93% | 0.05% | - |
| HSV(B) | 41.54º | 0.96% | 0.11% | - |
| XYZ | 0.69 | 0.7 | 0.13 | - |
| YUV | 19.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 1 | 0 | 0.30 | 0.96 | 0.89 | 41.54 | 0.93 | 0.05 |
| Hex | 1B | 13 | 1 | 0 | 1E | 60 | 59 | 2A | 5D | 5 |
| Octal | 33 | 23 | 1 | 0 | 36 | 140 | 131 | 52 | 135 | 5 |
| Binary | 11011 | 10011 | 1 | 0 | 11110 | 1100000 | 1011001 | 101010 | 1011101 | 101 |
Color Harmonies of #1B1301
Complementary color
Monochromatic Colors of #1B1301
Black with #1B1301
Text Example
Text Example
White with #1B1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1301; }
p { color: rgb(27,19,1); }
H1.HeaderClassName
{
color: #1B1301;
}
.AnyTagClassName
{
color: #1B1301;
}
</style>
background-color css
<style>
a { background-color: #1B1301; }
a { background-color: rgb(27,19,1); }
div.DivClassName
{
background-color: #1B1301;
}
.BgClassName
{
background-color: #1B1301;
}
</style>
border-color css
<style>
span { border-color: #1B1301; }
span { border-color: rgb(27,19,1); }
td.TdClassName
{
border-color: #1B1301;
}
.TagClassName
{
border-color: #1B1301;
}
</style>