Shades of Black Russian #18181C
Tints of Black Russian #18181C
RGB
CMYK
RGB Variations
Color information
#18181C (or 0x18181C) is known color: Black Russian. HEX triplet: 18, 18 and 1C. RGB value is (24,24,28). Sum of RGB (Red+Green+Blue) = 24+24+28=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 28 - color contains mainly: blue. Hex color #18181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18181C is #E7E7E3. Grayscale: #181818. Windows color (decimal): -15198180 or 1841176. OLE color: 1841176.
HSL color Cylindrical-coordinate representation of color #18181C: hue angle of 240º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #18181C is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 24 | 28 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.89 |
| HSL | 240º | 0.08% | 0.1% | - |
| HSV(B) | 240º | 0.14% | 0.11% | - |
| XYZ | 0.91 | 0.93 | 1.23 | - |
| YUV | 24.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 28 | 0.14 | 0.14 | 0 | 0.89 | 240 | 0.08 | 0.1 |
| Hex | 18 | 18 | 1C | E | E | 0 | 59 | F0 | 8 | A |
| Octal | 30 | 30 | 34 | 16 | 16 | 0 | 131 | 360 | 10 | 12 |
| Binary | 11000 | 11000 | 11100 | 1110 | 1110 | 0 | 1011001 | 11110000 | 1000 | 1010 |
Color Harmonies of #18181C
Complementary color
Monochromatic Colors of #18181C
Black with #18181C
Text Example
Text Example
White with #18181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18181C; }
p { color: rgb(24,24,28); }
H1.HeaderClassName
{
color: #18181C;
}
.AnyTagClassName
{
color: #18181C;
}
</style>
background-color css
<style>
a { background-color: #18181C; }
a { background-color: rgb(24,24,28); }
div.DivClassName
{
background-color: #18181C;
}
.BgClassName
{
background-color: #18181C;
}
</style>
border-color css
<style>
span { border-color: #18181C; }
span { border-color: rgb(24,24,28); }
td.TdClassName
{
border-color: #18181C;
}
.TagClassName
{
border-color: #18181C;
}
</style>