Shades of Black Russian #282A31
Tints of Black Russian #282A31
RGB
CMYK
RGB Variations
Color information
#282A31 (or 0x282A31) is known color: Black Russian. HEX triplet: 28, 2A and 31. RGB value is (40,42,49). Sum of RGB (Red+Green+Blue) = 40+42+49=131 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.53% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #282A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282A31 is #D7D5CE. Grayscale: #2A2A2A. Windows color (decimal): -14144975 or 3222056. OLE color: 3222056.
HSL color Cylindrical-coordinate representation of color #282A31: hue angle of 226.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #282A31 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 42 | 49 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.81 |
| HSL | 226.67º | 0.1% | 0.17% | - |
| HSV(B) | 226.67º | 0.18% | 0.19% | - |
| XYZ | 2.26 | 2.33 | 3.24 | - |
| YUV | 42.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 49 | 0.18 | 0.14 | 0 | 0.81 | 226.67 | 0.1 | 0.17 |
| Hex | 28 | 2A | 31 | 12 | E | 0 | 51 | E3 | A | 11 |
| Octal | 50 | 52 | 61 | 22 | 16 | 0 | 121 | 343 | 12 | 21 |
| Binary | 101000 | 101010 | 110001 | 10010 | 1110 | 0 | 1010001 | 11100011 | 1010 | 10001 |
Color Harmonies of #282A31
Complementary color
Monochromatic Colors of #282A31
Black with #282A31
Text Example
Text Example
White with #282A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A31; }
p { color: rgb(40,42,49); }
H1.HeaderClassName
{
color: #282A31;
}
.AnyTagClassName
{
color: #282A31;
}
</style>
background-color css
<style>
a { background-color: #282A31; }
a { background-color: rgb(40,42,49); }
div.DivClassName
{
background-color: #282A31;
}
.BgClassName
{
background-color: #282A31;
}
</style>
border-color css
<style>
span { border-color: #282A31; }
span { border-color: rgb(40,42,49); }
td.TdClassName
{
border-color: #282A31;
}
.TagClassName
{
border-color: #282A31;
}
</style>