Shades of Black Forest #1B320D
Tints of Black Forest #1B320D
RGB
CMYK
RGB Variations
Color information
#1B320D (or 0x1B320D) is known color: Black Forest. HEX triplet: 1B, 32 and 0D. RGB value is (27,50,13). Sum of RGB (Red+Green+Blue) = 27+50+13=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #1B320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B320D is #E4CDF2. Grayscale: #272727. Windows color (decimal): -14994931 or 864795. OLE color: 864795.
HSL color Cylindrical-coordinate representation of color #1B320D: hue angle of 97.3º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B320D is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 13 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.80 |
| HSL | 97.3º | 0.59% | 0.12% | - |
| HSV(B) | 97.3º | 0.74% | 0.2% | - |
| XYZ | 1.67 | 2.54 | 0.78 | - |
| YUV | 38.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 13 | 0.46 | 0 | 0.74 | 0.80 | 97.3 | 0.59 | 0.12 |
| Hex | 1B | 32 | D | 2E | 0 | 4A | 50 | 61 | 3B | C |
| Octal | 33 | 62 | 15 | 56 | 0 | 112 | 120 | 141 | 73 | 14 |
| Binary | 11011 | 110010 | 1101 | 101110 | 0 | 1001010 | 1010000 | 1100001 | 111011 | 1100 |
Color Harmonies of #1B320D
Complementary color
Monochromatic Colors of #1B320D
Black with #1B320D
Text Example
Text Example
White with #1B320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B320D; }
p { color: rgb(27,50,13); }
H1.HeaderClassName
{
color: #1B320D;
}
.AnyTagClassName
{
color: #1B320D;
}
</style>
background-color css
<style>
a { background-color: #1B320D; }
a { background-color: rgb(27,50,13); }
div.DivClassName
{
background-color: #1B320D;
}
.BgClassName
{
background-color: #1B320D;
}
</style>
border-color css
<style>
span { border-color: #1B320D; }
span { border-color: rgb(27,50,13); }
td.TdClassName
{
border-color: #1B320D;
}
.TagClassName
{
border-color: #1B320D;
}
</style>