Shades of Black Forest #1B330E
Tints of Black Forest #1B330E
RGB
CMYK
RGB Variations
Color information
#1B330E (or 0x1B330E) is known color: Black Forest. HEX triplet: 1B, 33 and 0E. RGB value is (27,51,14). Sum of RGB (Red+Green+Blue) = 27+51+14=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #1B330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B330E is #E4CCF1. Grayscale: #272727. Windows color (decimal): -14994674 or 930587. OLE color: 930587.
HSL color Cylindrical-coordinate representation of color #1B330E: hue angle of 98.92º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B330E is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 14 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.8 |
| HSL | 98.92º | 0.57% | 0.13% | - |
| HSV(B) | 98.92º | 0.73% | 0.2% | - |
| XYZ | 1.72 | 2.63 | 0.83 | - |
| YUV | 39.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 14 | 0.47 | 0 | 0.73 | 0.8 | 98.92 | 0.57 | 0.13 |
| Hex | 1B | 33 | E | 2F | 0 | 49 | 50 | 63 | 39 | D |
| Octal | 33 | 63 | 16 | 57 | 0 | 111 | 120 | 143 | 71 | 15 |
| Binary | 11011 | 110011 | 1110 | 101111 | 0 | 1001001 | 1010000 | 1100011 | 111001 | 1101 |
Color Harmonies of #1B330E
Complementary color
Monochromatic Colors of #1B330E
Black with #1B330E
Text Example
Text Example
White with #1B330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B330E; }
p { color: rgb(27,51,14); }
H1.HeaderClassName
{
color: #1B330E;
}
.AnyTagClassName
{
color: #1B330E;
}
</style>
background-color css
<style>
a { background-color: #1B330E; }
a { background-color: rgb(27,51,14); }
div.DivClassName
{
background-color: #1B330E;
}
.BgClassName
{
background-color: #1B330E;
}
</style>
border-color css
<style>
span { border-color: #1B330E; }
span { border-color: rgb(27,51,14); }
td.TdClassName
{
border-color: #1B330E;
}
.TagClassName
{
border-color: #1B330E;
}
</style>