Shades of Myrtle #103301
Tints of Myrtle #103301
RGB
CMYK
RGB Variations
Color information
#103301 (or 0x103301) is known color: Myrtle. HEX triplet: 10, 33 and 01. RGB value is (16,51,1). Sum of RGB (Red+Green+Blue) = 16+51+1=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 51 (20.31% from 255 or 75% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 51 - color contains mainly: green. Hex color #103301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103301 is #EFCCFE. Grayscale: #232323. Windows color (decimal): -15715583 or 78608. OLE color: 78608.
HSL color Cylindrical-coordinate representation of color #103301: hue angle of 102º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #103301 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 1 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.8 |
| HSL | 102º | 0.96% | 0.1% | - |
| HSV(B) | 102º | 0.98% | 0.2% | - |
| XYZ | 1.4 | 2.48 | 0.43 | - |
| YUV | 34.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 1 | 0.69 | 0 | 0.98 | 0.8 | 102 | 0.96 | 0.1 |
| Hex | 10 | 33 | 1 | 45 | 0 | 62 | 50 | 66 | 60 | A |
| Octal | 20 | 63 | 1 | 105 | 0 | 142 | 120 | 146 | 140 | 12 |
| Binary | 10000 | 110011 | 1 | 1000101 | 0 | 1100010 | 1010000 | 1100110 | 1100000 | 1010 |
Color Harmonies of #103301
Complementary color
Monochromatic Colors of #103301
Black with #103301
Text Example
Text Example
White with #103301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103301; }
p { color: rgb(16,51,1); }
H1.HeaderClassName
{
color: #103301;
}
.AnyTagClassName
{
color: #103301;
}
</style>
background-color css
<style>
a { background-color: #103301; }
a { background-color: rgb(16,51,1); }
div.DivClassName
{
background-color: #103301;
}
.BgClassName
{
background-color: #103301;
}
</style>
border-color css
<style>
span { border-color: #103301; }
span { border-color: rgb(16,51,1); }
td.TdClassName
{
border-color: #103301;
}
.TagClassName
{
border-color: #103301;
}
</style>