Shades of Black Russian #27282E
Tints of Black Russian #27282E
RGB
CMYK
RGB Variations
Color information
#27282E (or 0x27282E) is known color: Black Russian. HEX triplet: 27, 28 and 2E. RGB value is (39,40,46). Sum of RGB (Red+Green+Blue) = 39+40+46=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 46 - color contains mainly: blue. Hex color #27282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282E is #D8D7D1. Grayscale: #282828. Windows color (decimal): -14211026 or 3024935. OLE color: 3024935.
HSL color Cylindrical-coordinate representation of color #27282E: hue angle of 231.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #27282E is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 40 | 46 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.82 |
| HSL | 231.43º | 0.08% | 0.17% | - |
| HSV(B) | 231.43º | 0.15% | 0.18% | - |
| XYZ | 2.09 | 2.15 | 2.89 | - |
| YUV | 40.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 46 | 0.15 | 0.13 | 0 | 0.82 | 231.43 | 0.08 | 0.17 |
| Hex | 27 | 28 | 2E | F | D | 0 | 52 | E7 | 8 | 11 |
| Octal | 47 | 50 | 56 | 17 | 15 | 0 | 122 | 347 | 10 | 21 |
| Binary | 100111 | 101000 | 101110 | 1111 | 1101 | 0 | 1010010 | 11100111 | 1000 | 10001 |
Color Harmonies of #27282E
Complementary color
Monochromatic Colors of #27282E
Black with #27282E
Text Example
Text Example
White with #27282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27282E; }
p { color: rgb(39,40,46); }
H1.HeaderClassName
{
color: #27282E;
}
.AnyTagClassName
{
color: #27282E;
}
</style>
background-color css
<style>
a { background-color: #27282E; }
a { background-color: rgb(39,40,46); }
div.DivClassName
{
background-color: #27282E;
}
.BgClassName
{
background-color: #27282E;
}
</style>
border-color css
<style>
span { border-color: #27282E; }
span { border-color: rgb(39,40,46); }
td.TdClassName
{
border-color: #27282E;
}
.TagClassName
{
border-color: #27282E;
}
</style>