Shades of Deep Fir #0B361C
Tints of Deep Fir #0B361C
RGB
CMYK
RGB Variations
Color information
#0B361C (or 0x0B361C) is known color: Deep Fir. HEX triplet: 0B, 36 and 1C. RGB value is (11,54,28). Sum of RGB (Red+Green+Blue) = 11+54+28=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #0B361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B361C is #F4C9E3. Grayscale: #262626. Windows color (decimal): -16042468 or 1848843. OLE color: 1848843.
HSL color Cylindrical-coordinate representation of color #0B361C: hue angle of 143.72º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B361C is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 54 | 28 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.79 |
| HSL | 143.72º | 0.66% | 0.13% | - |
| HSV(B) | 143.72º | 0.8% | 0.21% | - |
| XYZ | 1.67 | 2.79 | 1.55 | - |
| YUV | 38.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 28 | 0.80 | 0 | 0.48 | 0.79 | 143.72 | 0.66 | 0.13 |
| Hex | B | 36 | 1C | 50 | 0 | 30 | 4F | 90 | 42 | D |
| Octal | 13 | 66 | 34 | 120 | 0 | 60 | 117 | 220 | 102 | 15 |
| Binary | 1011 | 110110 | 11100 | 1010000 | 0 | 110000 | 1001111 | 10010000 | 1000010 | 1101 |
Color Harmonies of #0B361C
Complementary color
Monochromatic Colors of #0B361C
Black with #0B361C
Text Example
Text Example
White with #0B361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B361C; }
p { color: rgb(11,54,28); }
H1.HeaderClassName
{
color: #0B361C;
}
.AnyTagClassName
{
color: #0B361C;
}
</style>
background-color css
<style>
a { background-color: #0B361C; }
a { background-color: rgb(11,54,28); }
div.DivClassName
{
background-color: #0B361C;
}
.BgClassName
{
background-color: #0B361C;
}
</style>
border-color css
<style>
span { border-color: #0B361C; }
span { border-color: rgb(11,54,28); }
td.TdClassName
{
border-color: #0B361C;
}
.TagClassName
{
border-color: #0B361C;
}
</style>