Shades of Black Russian #18182B
Tints of Black Russian #18182B
RGB
CMYK
RGB Variations
Color information
#18182B (or 0x18182B) is known color: Black Russian. HEX triplet: 18, 18 and 2B. RGB value is (24,24,43). Sum of RGB (Red+Green+Blue) = 24+24+43=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #18182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18182B is #E7E7D4. Grayscale: #1A1A1A. Windows color (decimal): -15198165 or 2824216. OLE color: 2824216.
HSL color Cylindrical-coordinate representation of color #18182B: hue angle of 240º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #18182B is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 24 | 43 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.83 |
| HSL | 240º | 0.28% | 0.13% | - |
| HSV(B) | 240º | 0.44% | 0.17% | - |
| XYZ | 1.14 | 1.02 | 2.42 | - |
| YUV | 26.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 43 | 0.44 | 0.44 | 0 | 0.83 | 240 | 0.28 | 0.13 |
| Hex | 18 | 18 | 2B | 2C | 2C | 0 | 53 | F0 | 1C | D |
| Octal | 30 | 30 | 53 | 54 | 54 | 0 | 123 | 360 | 34 | 15 |
| Binary | 11000 | 11000 | 101011 | 101100 | 101100 | 0 | 1010011 | 11110000 | 11100 | 1101 |
Color Harmonies of #18182B
Complementary color
Monochromatic Colors of #18182B
Black with #18182B
Text Example
Text Example
White with #18182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18182B; }
p { color: rgb(24,24,43); }
H1.HeaderClassName
{
color: #18182B;
}
.AnyTagClassName
{
color: #18182B;
}
</style>
background-color css
<style>
a { background-color: #18182B; }
a { background-color: rgb(24,24,43); }
div.DivClassName
{
background-color: #18182B;
}
.BgClassName
{
background-color: #18182B;
}
</style>
border-color css
<style>
span { border-color: #18182B; }
span { border-color: rgb(24,24,43); }
td.TdClassName
{
border-color: #18182B;
}
.TagClassName
{
border-color: #18182B;
}
</style>