Shades of Black Russian #181834
Tints of Black Russian #181834
RGB
CMYK
RGB Variations
Color information
#181834 (or 0x181834) is known color: Black Russian. HEX triplet: 18, 18 and 34. RGB value is (24,24,52). Sum of RGB (Red+Green+Blue) = 24+24+52=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #181834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181834 is #E7E7CB. Grayscale: #1B1B1B. Windows color (decimal): -15198156 or 3414040. OLE color: 3414040.
HSL color Cylindrical-coordinate representation of color #181834: hue angle of 240º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #181834 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 24 | 52 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.80 |
| HSL | 240º | 0.37% | 0.15% | - |
| HSV(B) | 240º | 0.54% | 0.2% | - |
| XYZ | 1.32 | 1.1 | 3.39 | - |
| YUV | 27.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 52 | 0.54 | 0.54 | 0 | 0.80 | 240 | 0.37 | 0.15 |
| Hex | 18 | 18 | 34 | 36 | 36 | 0 | 50 | F0 | 25 | F |
| Octal | 30 | 30 | 64 | 66 | 66 | 0 | 120 | 360 | 45 | 17 |
| Binary | 11000 | 11000 | 110100 | 110110 | 110110 | 0 | 1010000 | 11110000 | 100101 | 1111 |
Color Harmonies of #181834
Complementary color
Monochromatic Colors of #181834
Black with #181834
Text Example
Text Example
White with #181834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181834; }
p { color: rgb(24,24,52); }
H1.HeaderClassName
{
color: #181834;
}
.AnyTagClassName
{
color: #181834;
}
</style>
background-color css
<style>
a { background-color: #181834; }
a { background-color: rgb(24,24,52); }
div.DivClassName
{
background-color: #181834;
}
.BgClassName
{
background-color: #181834;
}
</style>
border-color css
<style>
span { border-color: #181834; }
span { border-color: rgb(24,24,52); }
td.TdClassName
{
border-color: #181834;
}
.TagClassName
{
border-color: #181834;
}
</style>