Shades of Black Forest #263F19
Tints of Black Forest #263F19
RGB
CMYK
RGB Variations
Color information
#263F19 (or 0x263F19) is known color: Black Forest. HEX triplet: 26, 3F and 19. RGB value is (38,63,25). Sum of RGB (Red+Green+Blue) = 38+63+25=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #263F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263F19 is #D9C0E6. Grayscale: #333333. Windows color (decimal): -14270695 or 1654566. OLE color: 1654566.
HSL color Cylindrical-coordinate representation of color #263F19: hue angle of 99.47º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #263F19 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 25 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.75 |
| HSL | 99.47º | 0.43% | 0.17% | - |
| HSV(B) | 99.47º | 0.6% | 0.25% | - |
| XYZ | 2.75 | 4.04 | 1.55 | - |
| YUV | 51.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 25 | 0.40 | 0 | 0.60 | 0.75 | 99.47 | 0.43 | 0.17 |
| Hex | 26 | 3F | 19 | 28 | 0 | 3C | 4B | 63 | 2B | 11 |
| Octal | 46 | 77 | 31 | 50 | 0 | 74 | 113 | 143 | 53 | 21 |
| Binary | 100110 | 111111 | 11001 | 101000 | 0 | 111100 | 1001011 | 1100011 | 101011 | 10001 |
Color Harmonies of #263F19
Complementary color
Monochromatic Colors of #263F19
Black with #263F19
Text Example
Text Example
White with #263F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F19; }
p { color: rgb(38,63,25); }
H1.HeaderClassName
{
color: #263F19;
}
.AnyTagClassName
{
color: #263F19;
}
</style>
background-color css
<style>
a { background-color: #263F19; }
a { background-color: rgb(38,63,25); }
div.DivClassName
{
background-color: #263F19;
}
.BgClassName
{
background-color: #263F19;
}
</style>
border-color css
<style>
span { border-color: #263F19; }
span { border-color: rgb(38,63,25); }
td.TdClassName
{
border-color: #263F19;
}
.TagClassName
{
border-color: #263F19;
}
</style>