Shades of Deep Fir #09381A
Tints of Deep Fir #09381A
RGB
CMYK
RGB Variations
Color information
#09381A (or 0x09381A) is known color: Deep Fir. HEX triplet: 09, 38 and 1A. RGB value is (9,56,26). Sum of RGB (Red+Green+Blue) = 9+56+26=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #09381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09381A is #F6C7E5. Grayscale: #262626. Windows color (decimal): -16173030 or 1718281. OLE color: 1718281.
HSL color Cylindrical-coordinate representation of color #09381A: hue angle of 141.7º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09381A is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 26 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.78 |
| HSL | 141.7º | 0.72% | 0.13% | - |
| HSV(B) | 141.7º | 0.84% | 0.22% | - |
| XYZ | 1.71 | 2.96 | 1.46 | - |
| YUV | 38.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 26 | 0.84 | 0 | 0.54 | 0.78 | 141.7 | 0.72 | 0.13 |
| Hex | 9 | 38 | 1A | 54 | 0 | 36 | 4E | 8E | 48 | D |
| Octal | 11 | 70 | 32 | 124 | 0 | 66 | 116 | 216 | 110 | 15 |
| Binary | 1001 | 111000 | 11010 | 1010100 | 0 | 110110 | 1001110 | 10001110 | 1001000 | 1101 |
Color Harmonies of #09381A
Complementary color
Monochromatic Colors of #09381A
Black with #09381A
Text Example
Text Example
White with #09381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09381A; }
p { color: rgb(9,56,26); }
H1.HeaderClassName
{
color: #09381A;
}
.AnyTagClassName
{
color: #09381A;
}
</style>
background-color css
<style>
a { background-color: #09381A; }
a { background-color: rgb(9,56,26); }
div.DivClassName
{
background-color: #09381A;
}
.BgClassName
{
background-color: #09381A;
}
</style>
border-color css
<style>
span { border-color: #09381A; }
span { border-color: rgb(9,56,26); }
td.TdClassName
{
border-color: #09381A;
}
.TagClassName
{
border-color: #09381A;
}
</style>