Shades of Black Russian #26282D
Tints of Black Russian #26282D
RGB
CMYK
RGB Variations
Color information
#26282D (or 0x26282D) is known color: Black Russian. HEX triplet: 26, 28 and 2D. RGB value is (38,40,45). Sum of RGB (Red+Green+Blue) = 38+40+45=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: blue. Hex color #26282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26282D is #D9D7D2. Grayscale: #272727. Windows color (decimal): -14276563 or 2959398. OLE color: 2959398.
HSL color Cylindrical-coordinate representation of color #26282D: hue angle of 222.86º 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 #26282D is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 40 | 45 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.82 |
| HSL | 222.86º | 0.08% | 0.16% | - |
| HSV(B) | 222.86º | 0.16% | 0.18% | - |
| XYZ | 2.03 | 2.12 | 2.78 | - |
| YUV | 39.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 45 | 0.16 | 0.11 | 0 | 0.82 | 222.86 | 0.08 | 0.16 |
| Hex | 26 | 28 | 2D | 10 | B | 0 | 52 | DF | 8 | 10 |
| Octal | 46 | 50 | 55 | 20 | 13 | 0 | 122 | 337 | 10 | 20 |
| Binary | 100110 | 101000 | 101101 | 10000 | 1011 | 0 | 1010010 | 11011111 | 1000 | 10000 |
Color Harmonies of #26282D
Complementary color
Monochromatic Colors of #26282D
Black with #26282D
Text Example
Text Example
White with #26282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26282D; }
p { color: rgb(38,40,45); }
H1.HeaderClassName
{
color: #26282D;
}
.AnyTagClassName
{
color: #26282D;
}
</style>
background-color css
<style>
a { background-color: #26282D; }
a { background-color: rgb(38,40,45); }
div.DivClassName
{
background-color: #26282D;
}
.BgClassName
{
background-color: #26282D;
}
</style>
border-color css
<style>
span { border-color: #26282D; }
span { border-color: rgb(38,40,45); }
td.TdClassName
{
border-color: #26282D;
}
.TagClassName
{
border-color: #26282D;
}
</style>