Shades of Myrtle #1B301C
Tints of Myrtle #1B301C
RGB
CMYK
RGB Variations
Color information
#1B301C (or 0x1B301C) is known color: Myrtle. HEX triplet: 1B, 30 and 1C. RGB value is (27,48,28). Sum of RGB (Red+Green+Blue) = 27+48+28=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #1B301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B301C is #E4CFE3. Grayscale: #272727. Windows color (decimal): -14995428 or 1847323. OLE color: 1847323.
HSL color Cylindrical-coordinate representation of color #1B301C: hue angle of 122.86º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B301C is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 48 | 28 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.81 |
| HSL | 122.86º | 0.28% | 0.15% | - |
| HSV(B) | 122.86º | 0.44% | 0.19% | - |
| XYZ | 1.72 | 2.43 | 1.48 | - |
| YUV | 39.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 28 | 0.44 | 0 | 0.42 | 0.81 | 122.86 | 0.28 | 0.15 |
| Hex | 1B | 30 | 1C | 2C | 0 | 2A | 51 | 7B | 1C | F |
| Octal | 33 | 60 | 34 | 54 | 0 | 52 | 121 | 173 | 34 | 17 |
| Binary | 11011 | 110000 | 11100 | 101100 | 0 | 101010 | 1010001 | 1111011 | 11100 | 1111 |
Color Harmonies of #1B301C
Complementary color
Monochromatic Colors of #1B301C
Black with #1B301C
Text Example
Text Example
White with #1B301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B301C; }
p { color: rgb(27,48,28); }
H1.HeaderClassName
{
color: #1B301C;
}
.AnyTagClassName
{
color: #1B301C;
}
</style>
background-color css
<style>
a { background-color: #1B301C; }
a { background-color: rgb(27,48,28); }
div.DivClassName
{
background-color: #1B301C;
}
.BgClassName
{
background-color: #1B301C;
}
</style>
border-color css
<style>
span { border-color: #1B301C; }
span { border-color: rgb(27,48,28); }
td.TdClassName
{
border-color: #1B301C;
}
.TagClassName
{
border-color: #1B301C;
}
</style>