Shades of Myrtle #1B331B
Tints of Myrtle #1B331B
RGB
CMYK
RGB Variations
Color information
#1B331B (or 0x1B331B) is known color: Myrtle. HEX triplet: 1B, 33 and 1B. RGB value is (27,51,27). Sum of RGB (Red+Green+Blue) = 27+51+27=105 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.71% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #1B331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B331B is #E4CCE4. Grayscale: #292929. Windows color (decimal): -14994661 or 1782555. OLE color: 1782555.
HSL color Cylindrical-coordinate representation of color #1B331B: hue angle of 120º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B331B is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 27 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.8 |
| HSL | 120º | 0.31% | 0.15% | - |
| HSV(B) | 120º | 0.47% | 0.2% | - |
| XYZ | 1.83 | 2.68 | 1.46 | - |
| YUV | 41.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 27 | 0.47 | 0 | 0.47 | 0.8 | 120 | 0.31 | 0.15 |
| Hex | 1B | 33 | 1B | 2F | 0 | 2F | 50 | 78 | 1F | F |
| Octal | 33 | 63 | 33 | 57 | 0 | 57 | 120 | 170 | 37 | 17 |
| Binary | 11011 | 110011 | 11011 | 101111 | 0 | 101111 | 1010000 | 1111000 | 11111 | 1111 |
Color Harmonies of #1B331B
Complementary color
Monochromatic Colors of #1B331B
Black with #1B331B
Text Example
Text Example
White with #1B331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B331B; }
p { color: rgb(27,51,27); }
H1.HeaderClassName
{
color: #1B331B;
}
.AnyTagClassName
{
color: #1B331B;
}
</style>
background-color css
<style>
a { background-color: #1B331B; }
a { background-color: rgb(27,51,27); }
div.DivClassName
{
background-color: #1B331B;
}
.BgClassName
{
background-color: #1B331B;
}
</style>
border-color css
<style>
span { border-color: #1B331B; }
span { border-color: rgb(27,51,27); }
td.TdClassName
{
border-color: #1B331B;
}
.TagClassName
{
border-color: #1B331B;
}
</style>