Shades of Black Russian #26272D
Tints of Black Russian #26272D
RGB
CMYK
RGB Variations
Color information
#26272D (or 0x26272D) is known color: Black Russian. HEX triplet: 26, 27 and 2D. RGB value is (38,39,45). Sum of RGB (Red+Green+Blue) = 38+39+45=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 45 - color contains mainly: blue. Hex color #26272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26272D is #D9D8D2. Grayscale: #272727. Windows color (decimal): -14276819 or 2959142. OLE color: 2959142.
HSL color Cylindrical-coordinate representation of color #26272D: hue angle of 231.43º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #26272D is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 39 | 45 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.82 |
| HSL | 231.43º | 0.08% | 0.16% | - |
| HSV(B) | 231.43º | 0.16% | 0.18% | - |
| XYZ | 2 | 2.05 | 2.77 | - |
| YUV | 39.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 45 | 0.16 | 0.13 | 0 | 0.82 | 231.43 | 0.08 | 0.16 |
| Hex | 26 | 27 | 2D | 10 | D | 0 | 52 | E7 | 8 | 10 |
| Octal | 46 | 47 | 55 | 20 | 15 | 0 | 122 | 347 | 10 | 20 |
| Binary | 100110 | 100111 | 101101 | 10000 | 1101 | 0 | 1010010 | 11100111 | 1000 | 10000 |
Color Harmonies of #26272D
Complementary color
Monochromatic Colors of #26272D
Black with #26272D
Text Example
Text Example
White with #26272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26272D; }
p { color: rgb(38,39,45); }
H1.HeaderClassName
{
color: #26272D;
}
.AnyTagClassName
{
color: #26272D;
}
</style>
background-color css
<style>
a { background-color: #26272D; }
a { background-color: rgb(38,39,45); }
div.DivClassName
{
background-color: #26272D;
}
.BgClassName
{
background-color: #26272D;
}
</style>
border-color css
<style>
span { border-color: #26272D; }
span { border-color: rgb(38,39,45); }
td.TdClassName
{
border-color: #26272D;
}
.TagClassName
{
border-color: #26272D;
}
</style>