Shades of Black Forest #1A330C
Tints of Black Forest #1A330C
RGB
CMYK
RGB Variations
Color information
#1A330C (or 0x1A330C) is known color: Black Forest. HEX triplet: 1A, 33 and 0C. RGB value is (26,51,12). Sum of RGB (Red+Green+Blue) = 26+51+12=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #1A330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A330C is #E5CCF3. Grayscale: #272727. Windows color (decimal): -15060212 or 799514. OLE color: 799514.
HSL color Cylindrical-coordinate representation of color #1A330C: hue angle of 98.46º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A330C is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 26 | 51 | 12 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.8 |
| HSL | 98.46º | 0.62% | 0.12% | - |
| HSV(B) | 98.46º | 0.76% | 0.2% | - |
| XYZ | 1.68 | 2.61 | 0.76 | - |
| YUV | 39.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 12 | 0.49 | 0 | 0.76 | 0.8 | 98.46 | 0.62 | 0.12 |
| Hex | 1A | 33 | C | 31 | 0 | 4C | 50 | 62 | 3E | C |
| Octal | 32 | 63 | 14 | 61 | 0 | 114 | 120 | 142 | 76 | 14 |
| Binary | 11010 | 110011 | 1100 | 110001 | 0 | 1001100 | 1010000 | 1100010 | 111110 | 1100 |
Color Harmonies of #1A330C
Complementary color
Monochromatic Colors of #1A330C
Black with #1A330C
Text Example
Text Example
White with #1A330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A330C; }
p { color: rgb(26,51,12); }
H1.HeaderClassName
{
color: #1A330C;
}
.AnyTagClassName
{
color: #1A330C;
}
</style>
background-color css
<style>
a { background-color: #1A330C; }
a { background-color: rgb(26,51,12); }
div.DivClassName
{
background-color: #1A330C;
}
.BgClassName
{
background-color: #1A330C;
}
</style>
border-color css
<style>
span { border-color: #1A330C; }
span { border-color: rgb(26,51,12); }
td.TdClassName
{
border-color: #1A330C;
}
.TagClassName
{
border-color: #1A330C;
}
</style>