Shades of Black Russian #27282D
Tints of Black Russian #27282D
RGB
CMYK
RGB Variations
Color information
#27282D (or 0x27282D) is known color: Black Russian. HEX triplet: 27, 28 and 2D. RGB value is (39,40,45). Sum of RGB (Red+Green+Blue) = 39+40+45=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 45 - color contains mainly: blue. Hex color #27282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282D is #D8D7D2. Grayscale: #282828. Windows color (decimal): -14211027 or 2959399. OLE color: 2959399.
HSL color Cylindrical-coordinate representation of color #27282D: hue angle of 230º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #27282D is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 40 | 45 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.82 |
| HSL | 230º | 0.07% | 0.16% | - |
| HSV(B) | 230º | 0.13% | 0.18% | - |
| XYZ | 2.07 | 2.14 | 2.79 | - |
| YUV | 40.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 45 | 0.13 | 0.11 | 0 | 0.82 | 230 | 0.07 | 0.16 |
| Hex | 27 | 28 | 2D | D | B | 0 | 52 | E6 | 7 | 10 |
| Octal | 47 | 50 | 55 | 15 | 13 | 0 | 122 | 346 | 7 | 20 |
| Binary | 100111 | 101000 | 101101 | 1101 | 1011 | 0 | 1010010 | 11100110 | 111 | 10000 |
Color Harmonies of #27282D
Complementary color
Monochromatic Colors of #27282D
Black with #27282D
Text Example
Text Example
White with #27282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27282D; }
p { color: rgb(39,40,45); }
H1.HeaderClassName
{
color: #27282D;
}
.AnyTagClassName
{
color: #27282D;
}
</style>
background-color css
<style>
a { background-color: #27282D; }
a { background-color: rgb(39,40,45); }
div.DivClassName
{
background-color: #27282D;
}
.BgClassName
{
background-color: #27282D;
}
</style>
border-color css
<style>
span { border-color: #27282D; }
span { border-color: rgb(39,40,45); }
td.TdClassName
{
border-color: #27282D;
}
.TagClassName
{
border-color: #27282D;
}
</style>