Shades of Myrtle #002301
Tints of Myrtle #002301
RGB
CMYK
RGB Variations
Color information
#002301 (or 0x002301) is known color: Myrtle. HEX triplet: 00, 23 and 01. RGB value is (0,35,1). Sum of RGB (Red+Green+Blue) = 0+35+1=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 35 (14.06% from 255 or 97.22% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 35 - color contains mainly: green. Hex color #002301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002301 is #FFDCFE. Grayscale: #141414. Windows color (decimal): -16768255 or 74496. OLE color: 74496.
HSL color Cylindrical-coordinate representation of color #002301: hue angle of 121.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002301 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 1 | - |
| CMYK | 1 | 0 | 0.97 | 0.86 |
| HSL | 121.71º | 1% | 0.07% | - |
| HSV(B) | 121.71º | 1% | 0.14% | - |
| XYZ | 0.61 | 1.2 | 0.23 | - |
| YUV | 20.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 1 | 1 | 0 | 0.97 | 0.86 | 121.71 | 1 | 0.07 |
| Hex | 0 | 23 | 1 | 64 | 0 | 61 | 56 | 7A | 64 | 7 |
| Octal | 0 | 43 | 1 | 144 | 0 | 141 | 126 | 172 | 144 | 7 |
| Binary | 0 | 100011 | 1 | 1100100 | 0 | 1100001 | 1010110 | 1111010 | 1100100 | 111 |
Color Harmonies of #002301
Complementary color
Monochromatic Colors of #002301
Black with #002301
Text Example
Text Example
White with #002301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002301; }
p { color: rgb(0,35,1); }
H1.HeaderClassName
{
color: #002301;
}
.AnyTagClassName
{
color: #002301;
}
</style>
background-color css
<style>
a { background-color: #002301; }
a { background-color: rgb(0,35,1); }
div.DivClassName
{
background-color: #002301;
}
.BgClassName
{
background-color: #002301;
}
</style>
border-color css
<style>
span { border-color: #002301; }
span { border-color: rgb(0,35,1); }
td.TdClassName
{
border-color: #002301;
}
.TagClassName
{
border-color: #002301;
}
</style>