Shades of Black Russian #18181B
Tints of Black Russian #18181B
RGB
CMYK
RGB Variations
Color information
#18181B (or 0x18181B) is known color: Black Russian. HEX triplet: 18, 18 and 1B. RGB value is (24,24,27). Sum of RGB (Red+Green+Blue) = 24+24+27=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 27 - color contains mainly: blue. Hex color #18181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18181B is #E7E7E4. Grayscale: #181818. Windows color (decimal): -15198181 or 1775640. OLE color: 1775640.
HSL color Cylindrical-coordinate representation of color #18181B: hue angle of 240º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #18181B is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 24 | 24 | 27 | - |
CMYK | 0.11 | 0.11 | 0 | 0.89 |
HSL | 240º | 0.06% | 0.1% | - |
HSV(B) | 240º | 0.11% | 0.11% | - |
XYZ | 0.9 | 0.93 | 1.17 | - |
YUV | 24.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 24 | 27 | 0.11 | 0.11 | 0 | 0.89 | 240 | 0.06 | 0.1 |
Hex | 18 | 18 | 1B | B | B | 0 | 59 | F0 | 6 | A |
Octal | 30 | 30 | 33 | 13 | 13 | 0 | 131 | 360 | 6 | 12 |
Binary | 11000 | 11000 | 11011 | 1011 | 1011 | 0 | 1011001 | 11110000 | 110 | 1010 |
Color Harmonies of #18181B
Complementary color
Monochromatic Colors of #18181B
Black with #18181B
Text Example
Text Example
White with #18181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18181B; }
p { color: rgb(24,24,27); }
H1.HeaderClassName
{
color: #18181B;
}
.AnyTagClassName
{
color: #18181B;
}
</style>
background-color css
<style>
a { background-color: #18181B; }
a { background-color: rgb(24,24,27); }
div.DivClassName
{
background-color: #18181B;
}
.BgClassName
{
background-color: #18181B;
}
</style>
border-color css
<style>
span { border-color: #18181B; }
span { border-color: rgb(24,24,27); }
td.TdClassName
{
border-color: #18181B;
}
.TagClassName
{
border-color: #18181B;
}
</style>