Shades of Deep Fir #13301B
Tints of Deep Fir #13301B
RGB
CMYK
RGB Variations
Color information
#13301B (or 0x13301B) is known color: Deep Fir. HEX triplet: 13, 30 and 1B. RGB value is (19,48,27). Sum of RGB (Red+Green+Blue) = 19+48+27=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #13301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13301B is #ECCFE4. Grayscale: #242424. Windows color (decimal): -15519717 or 1781779. OLE color: 1781779.
HSL color Cylindrical-coordinate representation of color #13301B: hue angle of 136.55º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13301B is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 27 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.81 |
| HSL | 136.55º | 0.43% | 0.13% | - |
| HSV(B) | 136.55º | 0.6% | 0.19% | - |
| XYZ | 1.52 | 2.33 | 1.41 | - |
| YUV | 36.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 27 | 0.60 | 0 | 0.44 | 0.81 | 136.55 | 0.43 | 0.13 |
| Hex | 13 | 30 | 1B | 3C | 0 | 2C | 51 | 89 | 2B | D |
| Octal | 23 | 60 | 33 | 74 | 0 | 54 | 121 | 211 | 53 | 15 |
| Binary | 10011 | 110000 | 11011 | 111100 | 0 | 101100 | 1010001 | 10001001 | 101011 | 1101 |
Color Harmonies of #13301B
Complementary color
Monochromatic Colors of #13301B
Black with #13301B
Text Example
Text Example
White with #13301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13301B; }
p { color: rgb(19,48,27); }
H1.HeaderClassName
{
color: #13301B;
}
.AnyTagClassName
{
color: #13301B;
}
</style>
background-color css
<style>
a { background-color: #13301B; }
a { background-color: rgb(19,48,27); }
div.DivClassName
{
background-color: #13301B;
}
.BgClassName
{
background-color: #13301B;
}
</style>
border-color css
<style>
span { border-color: #13301B; }
span { border-color: rgb(19,48,27); }
td.TdClassName
{
border-color: #13301B;
}
.TagClassName
{
border-color: #13301B;
}
</style>