Shades of Black Russian #26282F
Tints of Black Russian #26282F
RGB
CMYK
RGB Variations
Color information
#26282F (or 0x26282F) is known color: Black Russian. HEX triplet: 26, 28 and 2F. RGB value is (38,40,47). Sum of RGB (Red+Green+Blue) = 38+40+47=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 47 - color contains mainly: blue. Hex color #26282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26282F is #D9D7D0. Grayscale: #282828. Windows color (decimal): -14276561 or 3090470. OLE color: 3090470.
HSL color Cylindrical-coordinate representation of color #26282F: hue angle of 226.67º 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 #26282F is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 40 | 47 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.82 |
| HSL | 226.67º | 0.11% | 0.17% | - |
| HSV(B) | 226.67º | 0.19% | 0.18% | - |
| XYZ | 2.07 | 2.13 | 2.99 | - |
| YUV | 40.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 47 | 0.19 | 0.15 | 0 | 0.82 | 226.67 | 0.11 | 0.17 |
| Hex | 26 | 28 | 2F | 13 | F | 0 | 52 | E3 | B | 11 |
| Octal | 46 | 50 | 57 | 23 | 17 | 0 | 122 | 343 | 13 | 21 |
| Binary | 100110 | 101000 | 101111 | 10011 | 1111 | 0 | 1010010 | 11100011 | 1011 | 10001 |
Color Harmonies of #26282F
Complementary color
Monochromatic Colors of #26282F
Black with #26282F
Text Example
Text Example
White with #26282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26282F; }
p { color: rgb(38,40,47); }
H1.HeaderClassName
{
color: #26282F;
}
.AnyTagClassName
{
color: #26282F;
}
</style>
background-color css
<style>
a { background-color: #26282F; }
a { background-color: rgb(38,40,47); }
div.DivClassName
{
background-color: #26282F;
}
.BgClassName
{
background-color: #26282F;
}
</style>
border-color css
<style>
span { border-color: #26282F; }
span { border-color: rgb(38,40,47); }
td.TdClassName
{
border-color: #26282F;
}
.TagClassName
{
border-color: #26282F;
}
</style>