Shades of Black Forest #263021
Tints of Black Forest #263021
RGB
CMYK
RGB Variations
Color information
#263021 (or 0x263021) is known color: Black Forest. HEX triplet: 26, 30 and 21. RGB value is (38,48,33). Sum of RGB (Red+Green+Blue) = 38+48+33=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #263021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263021 is #D9CFDE. Grayscale: #2B2B2B. Windows color (decimal): -14274527 or 2175014. OLE color: 2175014.
HSL color Cylindrical-coordinate representation of color #263021: hue angle of 100º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #263021 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 48 | 33 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.81 |
| HSL | 100º | 0.19% | 0.16% | - |
| HSV(B) | 100º | 0.31% | 0.19% | - |
| XYZ | 2.13 | 2.64 | 1.84 | - |
| YUV | 43.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 33 | 0.21 | 0 | 0.31 | 0.81 | 100 | 0.19 | 0.16 |
| Hex | 26 | 30 | 21 | 15 | 0 | 1F | 51 | 64 | 13 | 10 |
| Octal | 46 | 60 | 41 | 25 | 0 | 37 | 121 | 144 | 23 | 20 |
| Binary | 100110 | 110000 | 100001 | 10101 | 0 | 11111 | 1010001 | 1100100 | 10011 | 10000 |
Color Harmonies of #263021
Complementary color
Monochromatic Colors of #263021
Black with #263021
Text Example
Text Example
White with #263021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263021; }
p { color: rgb(38,48,33); }
H1.HeaderClassName
{
color: #263021;
}
.AnyTagClassName
{
color: #263021;
}
</style>
background-color css
<style>
a { background-color: #263021; }
a { background-color: rgb(38,48,33); }
div.DivClassName
{
background-color: #263021;
}
.BgClassName
{
background-color: #263021;
}
</style>
border-color css
<style>
span { border-color: #263021; }
span { border-color: rgb(38,48,33); }
td.TdClassName
{
border-color: #263021;
}
.TagClassName
{
border-color: #263021;
}
</style>