Shades of Black Russian #181C28
Tints of Black Russian #181C28
RGB
CMYK
RGB Variations
Color information
#181C28 (or 0x181C28) is known color: Black Russian. HEX triplet: 18, 1C and 28. RGB value is (24,28,40). Sum of RGB (Red+Green+Blue) = 24+28+40=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #181C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C28 is #E7E3D7. Grayscale: #1C1C1C. Windows color (decimal): -15197144 or 2628632. OLE color: 2628632.
HSL color Cylindrical-coordinate representation of color #181C28: hue angle of 225º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #181C28 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 28 | 40 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.84 |
| HSL | 225º | 0.25% | 0.13% | - |
| HSV(B) | 225º | 0.4% | 0.16% | - |
| XYZ | 1.17 | 1.18 | 2.17 | - |
| YUV | 28.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 40 | 0.40 | 0.30 | 0 | 0.84 | 225 | 0.25 | 0.13 |
| Hex | 18 | 1C | 28 | 28 | 1E | 0 | 54 | E1 | 19 | D |
| Octal | 30 | 34 | 50 | 50 | 36 | 0 | 124 | 341 | 31 | 15 |
| Binary | 11000 | 11100 | 101000 | 101000 | 11110 | 0 | 1010100 | 11100001 | 11001 | 1101 |
Color Harmonies of #181C28
Complementary color
Monochromatic Colors of #181C28
Black with #181C28
Text Example
Text Example
White with #181C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C28; }
p { color: rgb(24,28,40); }
H1.HeaderClassName
{
color: #181C28;
}
.AnyTagClassName
{
color: #181C28;
}
</style>
background-color css
<style>
a { background-color: #181C28; }
a { background-color: rgb(24,28,40); }
div.DivClassName
{
background-color: #181C28;
}
.BgClassName
{
background-color: #181C28;
}
</style>
border-color css
<style>
span { border-color: #181C28; }
span { border-color: rgb(24,28,40); }
td.TdClassName
{
border-color: #181C28;
}
.TagClassName
{
border-color: #181C28;
}
</style>