Shades of Myrtle #0A380B
Tints of Myrtle #0A380B
RGB
CMYK
RGB Variations
Color information
#0A380B (or 0x0A380B) is known color: Myrtle. HEX triplet: 0A, 38 and 0B. RGB value is (10,56,11). Sum of RGB (Red+Green+Blue) = 10+56+11=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #0A380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A380B is #F5C7F4. Grayscale: #252525. Windows color (decimal): -16107509 or 735242. OLE color: 735242.
HSL color Cylindrical-coordinate representation of color #0A380B: hue angle of 121.3º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A380B is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 56 | 11 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.78 |
| HSL | 121.3º | 0.7% | 0.13% | - |
| HSV(B) | 121.3º | 0.82% | 0.22% | - |
| XYZ | 1.6 | 2.92 | 0.8 | - |
| YUV | 37.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 11 | 0.82 | 0 | 0.80 | 0.78 | 121.3 | 0.7 | 0.13 |
| Hex | A | 38 | B | 52 | 0 | 50 | 4E | 79 | 46 | D |
| Octal | 12 | 70 | 13 | 122 | 0 | 120 | 116 | 171 | 106 | 15 |
| Binary | 1010 | 111000 | 1011 | 1010010 | 0 | 1010000 | 1001110 | 1111001 | 1000110 | 1101 |
Color Harmonies of #0A380B
Complementary color
Monochromatic Colors of #0A380B
Black with #0A380B
Text Example
Text Example
White with #0A380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A380B; }
p { color: rgb(10,56,11); }
H1.HeaderClassName
{
color: #0A380B;
}
.AnyTagClassName
{
color: #0A380B;
}
</style>
background-color css
<style>
a { background-color: #0A380B; }
a { background-color: rgb(10,56,11); }
div.DivClassName
{
background-color: #0A380B;
}
.BgClassName
{
background-color: #0A380B;
}
</style>
border-color css
<style>
span { border-color: #0A380B; }
span { border-color: rgb(10,56,11); }
td.TdClassName
{
border-color: #0A380B;
}
.TagClassName
{
border-color: #0A380B;
}
</style>