Shades of Deep Fir #09381B
Tints of Deep Fir #09381B
RGB
CMYK
RGB Variations
Color information
#09381B (or 0x09381B) is known color: Deep Fir. HEX triplet: 09, 38 and 1B. RGB value is (9,56,27). Sum of RGB (Red+Green+Blue) = 9+56+27=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #09381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09381B is #F6C7E4. Grayscale: #262626. Windows color (decimal): -16173029 or 1783817. OLE color: 1783817.
HSL color Cylindrical-coordinate representation of color #09381B: hue angle of 142.98º 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 #09381B is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 27 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.78 |
| HSL | 142.98º | 0.72% | 0.13% | - |
| HSV(B) | 142.98º | 0.84% | 0.22% | - |
| XYZ | 1.72 | 2.97 | 1.52 | - |
| YUV | 38.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 27 | 0.84 | 0 | 0.52 | 0.78 | 142.98 | 0.72 | 0.13 |
| Hex | 9 | 38 | 1B | 54 | 0 | 34 | 4E | 8F | 48 | D |
| Octal | 11 | 70 | 33 | 124 | 0 | 64 | 116 | 217 | 110 | 15 |
| Binary | 1001 | 111000 | 11011 | 1010100 | 0 | 110100 | 1001110 | 10001111 | 1001000 | 1101 |
Color Harmonies of #09381B
Complementary color
Monochromatic Colors of #09381B
Black with #09381B
Text Example
Text Example
White with #09381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09381B; }
p { color: rgb(9,56,27); }
H1.HeaderClassName
{
color: #09381B;
}
.AnyTagClassName
{
color: #09381B;
}
</style>
background-color css
<style>
a { background-color: #09381B; }
a { background-color: rgb(9,56,27); }
div.DivClassName
{
background-color: #09381B;
}
.BgClassName
{
background-color: #09381B;
}
</style>
border-color css
<style>
span { border-color: #09381B; }
span { border-color: rgb(9,56,27); }
td.TdClassName
{
border-color: #09381B;
}
.TagClassName
{
border-color: #09381B;
}
</style>