Shades of Black Russian #18181A
Tints of Black Russian #18181A
RGB
CMYK
RGB Variations
Color information
#18181A (or 0x18181A) is known color: Black Russian. HEX triplet: 18, 18 and 1A. RGB value is (24,24,26). Sum of RGB (Red+Green+Blue) = 24+24+26=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 26 - color contains mainly: blue. Hex color #18181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18181A is #E7E7E5. Grayscale: #181818. Windows color (decimal): -15198182 or 1710104. OLE color: 1710104.
HSL color Cylindrical-coordinate representation of color #18181A: hue angle of 240º degrees, saturation: 0.04, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #18181A is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 24 | 26 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.90 |
| HSL | 240º | 0.04% | 0.1% | - |
| HSV(B) | 240º | 0.08% | 0.1% | - |
| XYZ | 0.89 | 0.92 | 1.11 | - |
| YUV | 24.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 26 | 0.08 | 0.08 | 0 | 0.90 | 240 | 0.04 | 0.1 |
| Hex | 18 | 18 | 1A | 8 | 8 | 0 | 5A | F0 | 4 | A |
| Octal | 30 | 30 | 32 | 10 | 10 | 0 | 132 | 360 | 4 | 12 |
| Binary | 11000 | 11000 | 11010 | 1000 | 1000 | 0 | 1011010 | 11110000 | 100 | 1010 |
Color Harmonies of #18181A
Complementary color
Monochromatic Colors of #18181A
Black with #18181A
Text Example
Text Example
White with #18181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18181A; }
p { color: rgb(24,24,26); }
H1.HeaderClassName
{
color: #18181A;
}
.AnyTagClassName
{
color: #18181A;
}
</style>
background-color css
<style>
a { background-color: #18181A; }
a { background-color: rgb(24,24,26); }
div.DivClassName
{
background-color: #18181A;
}
.BgClassName
{
background-color: #18181A;
}
</style>
border-color css
<style>
span { border-color: #18181A; }
span { border-color: rgb(24,24,26); }
td.TdClassName
{
border-color: #18181A;
}
.TagClassName
{
border-color: #18181A;
}
</style>