Shades of Pine Tree #0D100B
Tints of Pine Tree #0D100B
RGB
CMYK
RGB Variations
Color information
#0D100B (or 0x0D100B) is known color: Pine Tree. HEX triplet: 0D, 10 and 0B. RGB value is (13,16,11). Sum of RGB (Red+Green+Blue) = 13+16+11=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 16 - color contains mainly: green. Hex color #0D100B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D100B is #F2EFF4. Grayscale: #0E0E0E. Windows color (decimal): -15921141 or 725005. OLE color: 725005.
HSL color Cylindrical-coordinate representation of color #0D100B: hue angle of 96º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0D100B is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
RGB | 13 | 16 | 11 | - |
CMYK | 0.19 | 0 | 0.31 | 0.94 |
HSL | 96º | 0.19% | 0.05% | - |
HSV(B) | 96º | 0.31% | 0.06% | - |
XYZ | 0.41 | 0.48 | 0.39 | - |
YUV | 14.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 13 | 16 | 11 | 0.19 | 0 | 0.31 | 0.94 | 96 | 0.19 | 0.05 |
Hex | D | 10 | B | 13 | 0 | 1F | 5E | 60 | 13 | 5 |
Octal | 15 | 20 | 13 | 23 | 0 | 37 | 136 | 140 | 23 | 5 |
Binary | 1101 | 10000 | 1011 | 10011 | 0 | 11111 | 1011110 | 1100000 | 10011 | 101 |
Color Harmonies of #0D100B
Complementary color
Monochromatic Colors of #0D100B
Black with #0D100B
Text Example
Text Example
White with #0D100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D100B; }
p { color: rgb(13,16,11); }
H1.HeaderClassName
{
color: #0D100B;
}
.AnyTagClassName
{
color: #0D100B;
}
</style>
background-color css
<style>
a { background-color: #0D100B; }
a { background-color: rgb(13,16,11); }
div.DivClassName
{
background-color: #0D100B;
}
.BgClassName
{
background-color: #0D100B;
}
</style>
border-color css
<style>
span { border-color: #0D100B; }
span { border-color: rgb(13,16,11); }
td.TdClassName
{
border-color: #0D100B;
}
.TagClassName
{
border-color: #0D100B;
}
</style>