Shades of Deep Fir #0D301B
Tints of Deep Fir #0D301B
RGB
CMYK
RGB Variations
Color information
#0D301B (or 0x0D301B) is known color: Deep Fir. HEX triplet: 0D, 30 and 1B. RGB value is (13,48,27). Sum of RGB (Red+Green+Blue) = 13+48+27=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #0D301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D301B is #F2CFE4. Grayscale: #232323. Windows color (decimal): -15912933 or 1781773. OLE color: 1781773.
HSL color Cylindrical-coordinate representation of color #0D301B: hue angle of 144º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D301B is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 48 | 27 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.81 |
| HSL | 144º | 0.57% | 0.12% | - |
| HSV(B) | 144º | 0.73% | 0.19% | - |
| XYZ | 1.42 | 2.28 | 1.4 | - |
| YUV | 35.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 27 | 0.73 | 0 | 0.44 | 0.81 | 144 | 0.57 | 0.12 |
| Hex | D | 30 | 1B | 49 | 0 | 2C | 51 | 90 | 39 | C |
| Octal | 15 | 60 | 33 | 111 | 0 | 54 | 121 | 220 | 71 | 14 |
| Binary | 1101 | 110000 | 11011 | 1001001 | 0 | 101100 | 1010001 | 10010000 | 111001 | 1100 |
Color Harmonies of #0D301B
Complementary color
Monochromatic Colors of #0D301B
Black with #0D301B
Text Example
Text Example
White with #0D301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D301B; }
p { color: rgb(13,48,27); }
H1.HeaderClassName
{
color: #0D301B;
}
.AnyTagClassName
{
color: #0D301B;
}
</style>
background-color css
<style>
a { background-color: #0D301B; }
a { background-color: rgb(13,48,27); }
div.DivClassName
{
background-color: #0D301B;
}
.BgClassName
{
background-color: #0D301B;
}
</style>
border-color css
<style>
span { border-color: #0D301B; }
span { border-color: rgb(13,48,27); }
td.TdClassName
{
border-color: #0D301B;
}
.TagClassName
{
border-color: #0D301B;
}
</style>