Shades of Black Forest #1B350C
Tints of Black Forest #1B350C
RGB
CMYK
RGB Variations
Color information
#1B350C (or 0x1B350C) is known color: Black Forest. HEX triplet: 1B, 35 and 0C. RGB value is (27,53,12). Sum of RGB (Red+Green+Blue) = 27+53+12=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #1B350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B350C is #E4CAF3. Grayscale: #282828. Windows color (decimal): -14994164 or 800027. OLE color: 800027.
HSL color Cylindrical-coordinate representation of color #1B350C: hue angle of 98.05º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B350C is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 53 | 12 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.79 |
| HSL | 98.05º | 0.63% | 0.13% | - |
| HSV(B) | 98.05º | 0.77% | 0.21% | - |
| XYZ | 1.79 | 2.81 | 0.79 | - |
| YUV | 40.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 12 | 0.49 | 0 | 0.77 | 0.79 | 98.05 | 0.63 | 0.13 |
| Hex | 1B | 35 | C | 31 | 0 | 4D | 4F | 62 | 3F | D |
| Octal | 33 | 65 | 14 | 61 | 0 | 115 | 117 | 142 | 77 | 15 |
| Binary | 11011 | 110101 | 1100 | 110001 | 0 | 1001101 | 1001111 | 1100010 | 111111 | 1101 |
Color Harmonies of #1B350C
Complementary color
Monochromatic Colors of #1B350C
Black with #1B350C
Text Example
Text Example
White with #1B350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B350C; }
p { color: rgb(27,53,12); }
H1.HeaderClassName
{
color: #1B350C;
}
.AnyTagClassName
{
color: #1B350C;
}
</style>
background-color css
<style>
a { background-color: #1B350C; }
a { background-color: rgb(27,53,12); }
div.DivClassName
{
background-color: #1B350C;
}
.BgClassName
{
background-color: #1B350C;
}
</style>
border-color css
<style>
span { border-color: #1B350C; }
span { border-color: rgb(27,53,12); }
td.TdClassName
{
border-color: #1B350C;
}
.TagClassName
{
border-color: #1B350C;
}
</style>