Shades of Myrtle #1A380B
Tints of Myrtle #1A380B
RGB
CMYK
RGB Variations
Color information
#1A380B (or 0x1A380B) is known color: Myrtle. HEX triplet: 1A, 38 and 0B. RGB value is (26,56,11). Sum of RGB (Red+Green+Blue) = 26+56+11=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #1A380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A380B is #E5C7F4. Grayscale: #2A2A2A. Windows color (decimal): -15058933 or 735258. OLE color: 735258.
HSL color Cylindrical-coordinate representation of color #1A380B: hue angle of 100º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A380B is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 11 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.78 |
| HSL | 100º | 0.67% | 0.13% | - |
| HSV(B) | 100º | 0.8% | 0.22% | - |
| XYZ | 1.9 | 3.07 | 0.81 | - |
| YUV | 41.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 11 | 0.54 | 0 | 0.80 | 0.78 | 100 | 0.67 | 0.13 |
| Hex | 1A | 38 | B | 36 | 0 | 50 | 4E | 64 | 43 | D |
| Octal | 32 | 70 | 13 | 66 | 0 | 120 | 116 | 144 | 103 | 15 |
| Binary | 11010 | 111000 | 1011 | 110110 | 0 | 1010000 | 1001110 | 1100100 | 1000011 | 1101 |
Color Harmonies of #1A380B
Complementary color
Monochromatic Colors of #1A380B
Black with #1A380B
Text Example
Text Example
White with #1A380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A380B; }
p { color: rgb(26,56,11); }
H1.HeaderClassName
{
color: #1A380B;
}
.AnyTagClassName
{
color: #1A380B;
}
</style>
background-color css
<style>
a { background-color: #1A380B; }
a { background-color: rgb(26,56,11); }
div.DivClassName
{
background-color: #1A380B;
}
.BgClassName
{
background-color: #1A380B;
}
</style>
border-color css
<style>
span { border-color: #1A380B; }
span { border-color: rgb(26,56,11); }
td.TdClassName
{
border-color: #1A380B;
}
.TagClassName
{
border-color: #1A380B;
}
</style>