Shades of Myrtle #1B401C
Tints of Myrtle #1B401C
RGB
CMYK
RGB Variations
Color information
#1B401C (or 0x1B401C) is known color: Myrtle. HEX triplet: 1B, 40 and 1C. RGB value is (27,64,28). Sum of RGB (Red+Green+Blue) = 27+64+28=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #1B401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B401C is #E4BFE3. Grayscale: #303030. Windows color (decimal): -14991332 or 1851419. OLE color: 1851419.
HSL color Cylindrical-coordinate representation of color #1B401C: hue angle of 121.62º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B401C is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 64 | 28 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.75 |
| HSL | 121.62º | 0.41% | 0.18% | - |
| HSV(B) | 121.62º | 0.58% | 0.25% | - |
| XYZ | 2.49 | 3.98 | 1.74 | - |
| YUV | 48.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 28 | 0.58 | 0 | 0.56 | 0.75 | 121.62 | 0.41 | 0.18 |
| Hex | 1B | 40 | 1C | 3A | 0 | 38 | 4B | 7A | 29 | 12 |
| Octal | 33 | 100 | 34 | 72 | 0 | 70 | 113 | 172 | 51 | 22 |
| Binary | 11011 | 1000000 | 11100 | 111010 | 0 | 111000 | 1001011 | 1111010 | 101001 | 10010 |
Color Harmonies of #1B401C
Complementary color
Monochromatic Colors of #1B401C
Black with #1B401C
Text Example
Text Example
White with #1B401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B401C; }
p { color: rgb(27,64,28); }
H1.HeaderClassName
{
color: #1B401C;
}
.AnyTagClassName
{
color: #1B401C;
}
</style>
background-color css
<style>
a { background-color: #1B401C; }
a { background-color: rgb(27,64,28); }
div.DivClassName
{
background-color: #1B401C;
}
.BgClassName
{
background-color: #1B401C;
}
</style>
border-color css
<style>
span { border-color: #1B401C; }
span { border-color: rgb(27,64,28); }
td.TdClassName
{
border-color: #1B401C;
}
.TagClassName
{
border-color: #1B401C;
}
</style>