Shades of Black Forest #263321
Tints of Black Forest #263321
RGB
CMYK
RGB Variations
Color information
#263321 (or 0x263321) is known color: Black Forest. HEX triplet: 26, 33 and 21. RGB value is (38,51,33). Sum of RGB (Red+Green+Blue) = 38+51+33=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #263321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263321 is #D9CCDE. Grayscale: #2D2D2D. Windows color (decimal): -14273759 or 2175782. OLE color: 2175782.
HSL color Cylindrical-coordinate representation of color #263321: hue angle of 103.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #263321 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 38 | 51 | 33 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.8 |
| HSL | 103.33º | 0.21% | 0.16% | - |
| HSV(B) | 103.33º | 0.35% | 0.2% | - |
| XYZ | 2.26 | 2.89 | 1.88 | - |
| YUV | 45.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 33 | 0.25 | 0 | 0.35 | 0.8 | 103.33 | 0.21 | 0.16 |
| Hex | 26 | 33 | 21 | 19 | 0 | 23 | 50 | 67 | 15 | 10 |
| Octal | 46 | 63 | 41 | 31 | 0 | 43 | 120 | 147 | 25 | 20 |
| Binary | 100110 | 110011 | 100001 | 11001 | 0 | 100011 | 1010000 | 1100111 | 10101 | 10000 |
Color Harmonies of #263321
Complementary color
Monochromatic Colors of #263321
Black with #263321
Text Example
Text Example
White with #263321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263321; }
p { color: rgb(38,51,33); }
H1.HeaderClassName
{
color: #263321;
}
.AnyTagClassName
{
color: #263321;
}
</style>
background-color css
<style>
a { background-color: #263321; }
a { background-color: rgb(38,51,33); }
div.DivClassName
{
background-color: #263321;
}
.BgClassName
{
background-color: #263321;
}
</style>
border-color css
<style>
span { border-color: #263321; }
span { border-color: rgb(38,51,33); }
td.TdClassName
{
border-color: #263321;
}
.TagClassName
{
border-color: #263321;
}
</style>