Shades of Black Russian #26272F
Tints of Black Russian #26272F
RGB
CMYK
RGB Variations
Color information
#26272F (or 0x26272F) is known color: Black Russian. HEX triplet: 26, 27 and 2F. RGB value is (38,39,47). Sum of RGB (Red+Green+Blue) = 38+39+47=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 47 - color contains mainly: blue. Hex color #26272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26272F is #D9D8D0. Grayscale: #272727. Windows color (decimal): -14276817 or 3090214. OLE color: 3090214.
HSL color Cylindrical-coordinate representation of color #26272F: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #26272F is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 39 | 47 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.82 |
| HSL | 233.33º | 0.11% | 0.17% | - |
| HSV(B) | 233.33º | 0.19% | 0.18% | - |
| XYZ | 2.04 | 2.07 | 2.98 | - |
| YUV | 39.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 47 | 0.19 | 0.17 | 0 | 0.82 | 233.33 | 0.11 | 0.17 |
| Hex | 26 | 27 | 2F | 13 | 11 | 0 | 52 | E9 | B | 11 |
| Octal | 46 | 47 | 57 | 23 | 21 | 0 | 122 | 351 | 13 | 21 |
| Binary | 100110 | 100111 | 101111 | 10011 | 10001 | 0 | 1010010 | 11101001 | 1011 | 10001 |
Color Harmonies of #26272F
Complementary color
Monochromatic Colors of #26272F
Black with #26272F
Text Example
Text Example
White with #26272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26272F; }
p { color: rgb(38,39,47); }
H1.HeaderClassName
{
color: #26272F;
}
.AnyTagClassName
{
color: #26272F;
}
</style>
background-color css
<style>
a { background-color: #26272F; }
a { background-color: rgb(38,39,47); }
div.DivClassName
{
background-color: #26272F;
}
.BgClassName
{
background-color: #26272F;
}
</style>
border-color css
<style>
span { border-color: #26272F; }
span { border-color: rgb(38,39,47); }
td.TdClassName
{
border-color: #26272F;
}
.TagClassName
{
border-color: #26272F;
}
</style>