Shades of Black Russian #26272A
Tints of Black Russian #26272A
RGB
CMYK
RGB Variations
Color information
#26272A (or 0x26272A) is known color: Black Russian. HEX triplet: 26, 27 and 2A. RGB value is (38,39,42). Sum of RGB (Red+Green+Blue) = 38+39+42=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 42 - color contains mainly: blue. Hex color #26272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26272A is #D9D8D5. Grayscale: #272727. Windows color (decimal): -14276822 or 2762534. OLE color: 2762534.
HSL color Cylindrical-coordinate representation of color #26272A: hue angle of 225º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #26272A is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 39 | 42 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.84 |
| HSL | 225º | 0.05% | 0.16% | - |
| HSV(B) | 225º | 0.1% | 0.16% | - |
| XYZ | 1.94 | 2.03 | 2.48 | - |
| YUV | 39.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 42 | 0.10 | 0.07 | 0 | 0.84 | 225 | 0.05 | 0.16 |
| Hex | 26 | 27 | 2A | A | 7 | 0 | 54 | E1 | 5 | 10 |
| Octal | 46 | 47 | 52 | 12 | 7 | 0 | 124 | 341 | 5 | 20 |
| Binary | 100110 | 100111 | 101010 | 1010 | 111 | 0 | 1010100 | 11100001 | 101 | 10000 |
Color Harmonies of #26272A
Complementary color
Monochromatic Colors of #26272A
Black with #26272A
Text Example
Text Example
White with #26272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26272A; }
p { color: rgb(38,39,42); }
H1.HeaderClassName
{
color: #26272A;
}
.AnyTagClassName
{
color: #26272A;
}
</style>
background-color css
<style>
a { background-color: #26272A; }
a { background-color: rgb(38,39,42); }
div.DivClassName
{
background-color: #26272A;
}
.BgClassName
{
background-color: #26272A;
}
</style>
border-color css
<style>
span { border-color: #26272A; }
span { border-color: rgb(38,39,42); }
td.TdClassName
{
border-color: #26272A;
}
.TagClassName
{
border-color: #26272A;
}
</style>