Shades of Black Russian #282A33
Tints of Black Russian #282A33
RGB
CMYK
RGB Variations
Color information
#282A33 (or 0x282A33) is known color: Black Russian. HEX triplet: 28, 2A and 33. RGB value is (40,42,51). Sum of RGB (Red+Green+Blue) = 40+42+51=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #282A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282A33 is #D7D5CC. Grayscale: #2A2A2A. Windows color (decimal): -14144973 or 3353128. OLE color: 3353128.
HSL color Cylindrical-coordinate representation of color #282A33: hue angle of 229.09º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #282A33 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 42 | 51 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.8 |
| HSL | 229.09º | 0.12% | 0.18% | - |
| HSV(B) | 229.09º | 0.22% | 0.2% | - |
| XYZ | 2.3 | 2.35 | 3.46 | - |
| YUV | 42.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 51 | 0.22 | 0.18 | 0 | 0.8 | 229.09 | 0.12 | 0.18 |
| Hex | 28 | 2A | 33 | 16 | 12 | 0 | 50 | E5 | C | 12 |
| Octal | 50 | 52 | 63 | 26 | 22 | 0 | 120 | 345 | 14 | 22 |
| Binary | 101000 | 101010 | 110011 | 10110 | 10010 | 0 | 1010000 | 11100101 | 1100 | 10010 |
Color Harmonies of #282A33
Complementary color
Monochromatic Colors of #282A33
Black with #282A33
Text Example
Text Example
White with #282A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A33; }
p { color: rgb(40,42,51); }
H1.HeaderClassName
{
color: #282A33;
}
.AnyTagClassName
{
color: #282A33;
}
</style>
background-color css
<style>
a { background-color: #282A33; }
a { background-color: rgb(40,42,51); }
div.DivClassName
{
background-color: #282A33;
}
.BgClassName
{
background-color: #282A33;
}
</style>
border-color css
<style>
span { border-color: #282A33; }
span { border-color: rgb(40,42,51); }
td.TdClassName
{
border-color: #282A33;
}
.TagClassName
{
border-color: #282A33;
}
</style>