Shades of Black Forest #263421
Tints of Black Forest #263421
RGB
CMYK
RGB Variations
Color information
#263421 (or 0x263421) is known color: Black Forest. HEX triplet: 26, 34 and 21. RGB value is (38,52,33). Sum of RGB (Red+Green+Blue) = 38+52+33=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #263421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263421 is #D9CBDE. Grayscale: #2D2D2D. Windows color (decimal): -14273503 or 2176038. OLE color: 2176038.
HSL color Cylindrical-coordinate representation of color #263421: hue angle of 104.21º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #263421 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 52 | 33 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.80 |
| HSL | 104.21º | 0.22% | 0.17% | - |
| HSV(B) | 104.21º | 0.37% | 0.2% | - |
| XYZ | 2.3 | 2.98 | 1.89 | - |
| YUV | 45.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 33 | 0.27 | 0 | 0.37 | 0.80 | 104.21 | 0.22 | 0.17 |
| Hex | 26 | 34 | 21 | 1B | 0 | 25 | 50 | 68 | 16 | 11 |
| Octal | 46 | 64 | 41 | 33 | 0 | 45 | 120 | 150 | 26 | 21 |
| Binary | 100110 | 110100 | 100001 | 11011 | 0 | 100101 | 1010000 | 1101000 | 10110 | 10001 |
Color Harmonies of #263421
Complementary color
Monochromatic Colors of #263421
Black with #263421
Text Example
Text Example
White with #263421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263421; }
p { color: rgb(38,52,33); }
H1.HeaderClassName
{
color: #263421;
}
.AnyTagClassName
{
color: #263421;
}
</style>
background-color css
<style>
a { background-color: #263421; }
a { background-color: rgb(38,52,33); }
div.DivClassName
{
background-color: #263421;
}
.BgClassName
{
background-color: #263421;
}
</style>
border-color css
<style>
span { border-color: #263421; }
span { border-color: rgb(38,52,33); }
td.TdClassName
{
border-color: #263421;
}
.TagClassName
{
border-color: #263421;
}
</style>