Shades of Black Russian #27282B
Tints of Black Russian #27282B
RGB
CMYK
RGB Variations
Color information
#27282B (or 0x27282B) is known color: Black Russian. HEX triplet: 27, 28 and 2B. RGB value is (39,40,43). Sum of RGB (Red+Green+Blue) = 39+40+43=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 43 - color contains mainly: blue. Hex color #27282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282B is #D8D7D4. Grayscale: #282828. Windows color (decimal): -14211029 or 2828327. OLE color: 2828327.
HSL color Cylindrical-coordinate representation of color #27282B: hue angle of 225º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #27282B is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 40 | 43 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.83 |
| HSL | 225º | 0.05% | 0.16% | - |
| HSV(B) | 225º | 0.09% | 0.17% | - |
| XYZ | 2.03 | 2.12 | 2.59 | - |
| YUV | 40.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 43 | 0.09 | 0.07 | 0 | 0.83 | 225 | 0.05 | 0.16 |
| Hex | 27 | 28 | 2B | 9 | 7 | 0 | 53 | E1 | 5 | 10 |
| Octal | 47 | 50 | 53 | 11 | 7 | 0 | 123 | 341 | 5 | 20 |
| Binary | 100111 | 101000 | 101011 | 1001 | 111 | 0 | 1010011 | 11100001 | 101 | 10000 |
Color Harmonies of #27282B
Complementary color
Monochromatic Colors of #27282B
Black with #27282B
Text Example
Text Example
White with #27282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27282B; }
p { color: rgb(39,40,43); }
H1.HeaderClassName
{
color: #27282B;
}
.AnyTagClassName
{
color: #27282B;
}
</style>
background-color css
<style>
a { background-color: #27282B; }
a { background-color: rgb(39,40,43); }
div.DivClassName
{
background-color: #27282B;
}
.BgClassName
{
background-color: #27282B;
}
</style>
border-color css
<style>
span { border-color: #27282B; }
span { border-color: rgb(39,40,43); }
td.TdClassName
{
border-color: #27282B;
}
.TagClassName
{
border-color: #27282B;
}
</style>