Shades of Black Forest #263D1B
Tints of Black Forest #263D1B
RGB
CMYK
RGB Variations
Color information
#263D1B (or 0x263D1B) is known color: Black Forest. HEX triplet: 26, 3D and 1B. RGB value is (38,61,27). Sum of RGB (Red+Green+Blue) = 38+61+27=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #263D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D1B is #D9C2E4. Grayscale: #323232. Windows color (decimal): -14271205 or 1785126. OLE color: 1785126.
HSL color Cylindrical-coordinate representation of color #263D1B: hue angle of 100.59º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #263D1B is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 27 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.76 |
| HSL | 100.59º | 0.39% | 0.17% | - |
| HSV(B) | 100.59º | 0.56% | 0.24% | - |
| XYZ | 2.67 | 3.83 | 1.64 | - |
| YUV | 50.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 27 | 0.38 | 0 | 0.56 | 0.76 | 100.59 | 0.39 | 0.17 |
| Hex | 26 | 3D | 1B | 26 | 0 | 38 | 4C | 65 | 27 | 11 |
| Octal | 46 | 75 | 33 | 46 | 0 | 70 | 114 | 145 | 47 | 21 |
| Binary | 100110 | 111101 | 11011 | 100110 | 0 | 111000 | 1001100 | 1100101 | 100111 | 10001 |
Color Harmonies of #263D1B
Complementary color
Monochromatic Colors of #263D1B
Black with #263D1B
Text Example
Text Example
White with #263D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D1B; }
p { color: rgb(38,61,27); }
H1.HeaderClassName
{
color: #263D1B;
}
.AnyTagClassName
{
color: #263D1B;
}
</style>
background-color css
<style>
a { background-color: #263D1B; }
a { background-color: rgb(38,61,27); }
div.DivClassName
{
background-color: #263D1B;
}
.BgClassName
{
background-color: #263D1B;
}
</style>
border-color css
<style>
span { border-color: #263D1B; }
span { border-color: rgb(38,61,27); }
td.TdClassName
{
border-color: #263D1B;
}
.TagClassName
{
border-color: #263D1B;
}
</style>