Shades of Maire #1B1401
Tints of Maire #1B1401
RGB
CMYK
RGB Variations
Color information
#1B1401 (or 0x1B1401) is known color: Maire. HEX triplet: 1B, 14 and 01. RGB value is (27,20,1). Sum of RGB (Red+Green+Blue) = 27+20+1=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1401 is #E4EBFE. Grayscale: #141414. Windows color (decimal): -15002623 or 70683. OLE color: 70683.
HSL color Cylindrical-coordinate representation of color #1B1401: hue angle of 43.85º 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 #1B1401 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 20 | 1 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.89 |
| HSL | 43.85º | 0.93% | 0.05% | - |
| HSV(B) | 43.85º | 0.96% | 0.11% | - |
| XYZ | 0.71 | 0.74 | 0.13 | - |
| YUV | 19.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 20 | 1 | 0 | 0.26 | 0.96 | 0.89 | 43.85 | 0.93 | 0.05 |
| Hex | 1B | 14 | 1 | 0 | 1A | 60 | 59 | 2C | 5D | 5 |
| Octal | 33 | 24 | 1 | 0 | 32 | 140 | 131 | 54 | 135 | 5 |
| Binary | 11011 | 10100 | 1 | 0 | 11010 | 1100000 | 1011001 | 101100 | 1011101 | 101 |
Color Harmonies of #1B1401
Complementary color
Monochromatic Colors of #1B1401
Black with #1B1401
Text Example
Text Example
White with #1B1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1401; }
p { color: rgb(27,20,1); }
H1.HeaderClassName
{
color: #1B1401;
}
.AnyTagClassName
{
color: #1B1401;
}
</style>
background-color css
<style>
a { background-color: #1B1401; }
a { background-color: rgb(27,20,1); }
div.DivClassName
{
background-color: #1B1401;
}
.BgClassName
{
background-color: #1B1401;
}
</style>
border-color css
<style>
span { border-color: #1B1401; }
span { border-color: rgb(27,20,1); }
td.TdClassName
{
border-color: #1B1401;
}
.TagClassName
{
border-color: #1B1401;
}
</style>