Shades of Black Russian #26272E
Tints of Black Russian #26272E
RGB
CMYK
RGB Variations
Color information
#26272E (or 0x26272E) is known color: Black Russian. HEX triplet: 26, 27 and 2E. RGB value is (38,39,46). Sum of RGB (Red+Green+Blue) = 38+39+46=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 46 - color contains mainly: blue. Hex color #26272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26272E is #D9D8D1. Grayscale: #272727. Windows color (decimal): -14276818 or 3024678. OLE color: 3024678.
HSL color Cylindrical-coordinate representation of color #26272E: hue angle of 232.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #26272E is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 39 | 46 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.82 |
| HSL | 232.5º | 0.1% | 0.16% | - |
| HSV(B) | 232.5º | 0.17% | 0.18% | - |
| XYZ | 2.02 | 2.06 | 2.88 | - |
| YUV | 39.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 46 | 0.17 | 0.15 | 0 | 0.82 | 232.5 | 0.1 | 0.16 |
| Hex | 26 | 27 | 2E | 11 | F | 0 | 52 | E8 | A | 10 |
| Octal | 46 | 47 | 56 | 21 | 17 | 0 | 122 | 350 | 12 | 20 |
| Binary | 100110 | 100111 | 101110 | 10001 | 1111 | 0 | 1010010 | 11101000 | 1010 | 10000 |
Color Harmonies of #26272E
Complementary color
Monochromatic Colors of #26272E
Black with #26272E
Text Example
Text Example
White with #26272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26272E; }
p { color: rgb(38,39,46); }
H1.HeaderClassName
{
color: #26272E;
}
.AnyTagClassName
{
color: #26272E;
}
</style>
background-color css
<style>
a { background-color: #26272E; }
a { background-color: rgb(38,39,46); }
div.DivClassName
{
background-color: #26272E;
}
.BgClassName
{
background-color: #26272E;
}
</style>
border-color css
<style>
span { border-color: #26272E; }
span { border-color: rgb(38,39,46); }
td.TdClassName
{
border-color: #26272E;
}
.TagClassName
{
border-color: #26272E;
}
</style>