Shades of Deep Fir #0B381B
Tints of Deep Fir #0B381B
RGB
CMYK
RGB Variations
Color information
#0B381B (or 0x0B381B) is known color: Deep Fir. HEX triplet: 0B, 38 and 1B. RGB value is (11,56,27). Sum of RGB (Red+Green+Blue) = 11+56+27=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 56 (22.27% from 255 or 59.57% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 56 - color contains mainly: green. Hex color #0B381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B381B is #F4C7E4. Grayscale: #272727. Windows color (decimal): -16041957 or 1783819. OLE color: 1783819.
HSL color Cylindrical-coordinate representation of color #0B381B: hue angle of 141.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B381B is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 56 | 27 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.78 |
| HSL | 141.33º | 0.67% | 0.13% | - |
| HSV(B) | 141.33º | 0.8% | 0.22% | - |
| XYZ | 1.75 | 2.98 | 1.52 | - |
| YUV | 39.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 27 | 0.80 | 0 | 0.52 | 0.78 | 141.33 | 0.67 | 0.13 |
| Hex | B | 38 | 1B | 50 | 0 | 34 | 4E | 8D | 43 | D |
| Octal | 13 | 70 | 33 | 120 | 0 | 64 | 116 | 215 | 103 | 15 |
| Binary | 1011 | 111000 | 11011 | 1010000 | 0 | 110100 | 1001110 | 10001101 | 1000011 | 1101 |
Color Harmonies of #0B381B
Complementary color
Monochromatic Colors of #0B381B
Black with #0B381B
Text Example
Text Example
White with #0B381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B381B; }
p { color: rgb(11,56,27); }
H1.HeaderClassName
{
color: #0B381B;
}
.AnyTagClassName
{
color: #0B381B;
}
</style>
background-color css
<style>
a { background-color: #0B381B; }
a { background-color: rgb(11,56,27); }
div.DivClassName
{
background-color: #0B381B;
}
.BgClassName
{
background-color: #0B381B;
}
</style>
border-color css
<style>
span { border-color: #0B381B; }
span { border-color: rgb(11,56,27); }
td.TdClassName
{
border-color: #0B381B;
}
.TagClassName
{
border-color: #0B381B;
}
</style>