Shades of Maire #1B1B05
Tints of Maire #1B1B05
RGB
CMYK
RGB Variations
Color information
#1B1B05 (or 0x1B1B05) is known color: Maire. HEX triplet: 1B, 1B and 05. RGB value is (27,27,5). Sum of RGB (Red+Green+Blue) = 27+27+5=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 27 - color contains mainly: red, green. Hex color #1B1B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1B05 is #E4E4FA. Grayscale: #181818. Windows color (decimal): -15000827 or 334619. OLE color: 334619.
HSL color Cylindrical-coordinate representation of color #1B1B05: hue angle of 60º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B1B05 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 27 | 27 | 5 | - |
CMYK | 0 | 0 | 0.81 | 0.89 |
HSL | 60º | 0.69% | 0.06% | - |
HSV(B) | 60º | 0.81% | 0.11% | - |
XYZ | 0.87 | 1.03 | 0.3 | - |
YUV | 24.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 27 | 5 | 0 | 0 | 0.81 | 0.89 | 60 | 0.69 | 0.06 |
Hex | 1B | 1B | 5 | 0 | 0 | 51 | 59 | 3C | 45 | 6 |
Octal | 33 | 33 | 5 | 0 | 0 | 121 | 131 | 74 | 105 | 6 |
Binary | 11011 | 11011 | 101 | 0 | 0 | 1010001 | 1011001 | 111100 | 1000101 | 110 |
Color Harmonies of #1B1B05
Complementary color
Monochromatic Colors of #1B1B05
Black with #1B1B05
Text Example
Text Example
White with #1B1B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1B05; }
p { color: rgb(27,27,5); }
H1.HeaderClassName
{
color: #1B1B05;
}
.AnyTagClassName
{
color: #1B1B05;
}
</style>
background-color css
<style>
a { background-color: #1B1B05; }
a { background-color: rgb(27,27,5); }
div.DivClassName
{
background-color: #1B1B05;
}
.BgClassName
{
background-color: #1B1B05;
}
</style>
border-color css
<style>
span { border-color: #1B1B05; }
span { border-color: rgb(27,27,5); }
td.TdClassName
{
border-color: #1B1B05;
}
.TagClassName
{
border-color: #1B1B05;
}
</style>