Shades of Black Russian #262831
Tints of Black Russian #262831
RGB
CMYK
RGB Variations
Color information
#262831 (or 0x262831) is known color: Black Russian. HEX triplet: 26, 28 and 31. RGB value is (38,40,49). Sum of RGB (Red+Green+Blue) = 38+40+49=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 49 - color contains mainly: blue. Hex color #262831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262831 is #D9D7CE. Grayscale: #282828. Windows color (decimal): -14276559 or 3221542. OLE color: 3221542.
HSL color Cylindrical-coordinate representation of color #262831: hue angle of 229.09º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #262831 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 40 | 49 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.81 |
| HSL | 229.09º | 0.13% | 0.17% | - |
| HSV(B) | 229.09º | 0.22% | 0.19% | - |
| XYZ | 2.11 | 2.15 | 3.21 | - |
| YUV | 40.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 49 | 0.22 | 0.18 | 0 | 0.81 | 229.09 | 0.13 | 0.17 |
| Hex | 26 | 28 | 31 | 16 | 12 | 0 | 51 | E5 | D | 11 |
| Octal | 46 | 50 | 61 | 26 | 22 | 0 | 121 | 345 | 15 | 21 |
| Binary | 100110 | 101000 | 110001 | 10110 | 10010 | 0 | 1010001 | 11100101 | 1101 | 10001 |
Color Harmonies of #262831
Complementary color
Monochromatic Colors of #262831
Black with #262831
Text Example
Text Example
White with #262831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262831; }
p { color: rgb(38,40,49); }
H1.HeaderClassName
{
color: #262831;
}
.AnyTagClassName
{
color: #262831;
}
</style>
background-color css
<style>
a { background-color: #262831; }
a { background-color: rgb(38,40,49); }
div.DivClassName
{
background-color: #262831;
}
.BgClassName
{
background-color: #262831;
}
</style>
border-color css
<style>
span { border-color: #262831; }
span { border-color: rgb(38,40,49); }
td.TdClassName
{
border-color: #262831;
}
.TagClassName
{
border-color: #262831;
}
</style>