Shades of Black Forest #263B1A
Tints of Black Forest #263B1A
RGB
CMYK
RGB Variations
Color information
#263B1A (or 0x263B1A) is known color: Black Forest. HEX triplet: 26, 3B and 1A. RGB value is (38,59,26). Sum of RGB (Red+Green+Blue) = 38+59+26=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #263B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B1A is #D9C4E5. Grayscale: #313131. Windows color (decimal): -14271718 or 1719078. OLE color: 1719078.
HSL color Cylindrical-coordinate representation of color #263B1A: hue angle of 98.18º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #263B1A is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 38 | 59 | 26 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.77 |
| HSL | 98.18º | 0.39% | 0.17% | - |
| HSV(B) | 98.18º | 0.56% | 0.23% | - |
| XYZ | 2.55 | 3.61 | 1.54 | - |
| YUV | 48.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 26 | 0.36 | 0 | 0.56 | 0.77 | 98.18 | 0.39 | 0.17 |
| Hex | 26 | 3B | 1A | 24 | 0 | 38 | 4D | 62 | 27 | 11 |
| Octal | 46 | 73 | 32 | 44 | 0 | 70 | 115 | 142 | 47 | 21 |
| Binary | 100110 | 111011 | 11010 | 100100 | 0 | 111000 | 1001101 | 1100010 | 100111 | 10001 |
Color Harmonies of #263B1A
Complementary color
Monochromatic Colors of #263B1A
Black with #263B1A
Text Example
Text Example
White with #263B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B1A; }
p { color: rgb(38,59,26); }
H1.HeaderClassName
{
color: #263B1A;
}
.AnyTagClassName
{
color: #263B1A;
}
</style>
background-color css
<style>
a { background-color: #263B1A; }
a { background-color: rgb(38,59,26); }
div.DivClassName
{
background-color: #263B1A;
}
.BgClassName
{
background-color: #263B1A;
}
</style>
border-color css
<style>
span { border-color: #263B1A; }
span { border-color: rgb(38,59,26); }
td.TdClassName
{
border-color: #263B1A;
}
.TagClassName
{
border-color: #263B1A;
}
</style>