Shades of Black Russian #121823
Tints of Black Russian #121823
RGB
CMYK
RGB Variations
Color information
#121823 (or 0x121823) is known color: Black Russian. HEX triplet: 12, 18 and 23. RGB value is (18,24,35). Sum of RGB (Red+Green+Blue) = 18+24+35=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: blue. Hex color #121823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121823 is #EDE7DC. Grayscale: #171717. Windows color (decimal): -15591389 or 2299922. OLE color: 2299922.
HSL color Cylindrical-coordinate representation of color #121823: hue angle of 218.82º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #121823 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 24 | 35 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.86 |
| HSL | 218.82º | 0.32% | 0.1% | - |
| HSV(B) | 218.82º | 0.49% | 0.14% | - |
| XYZ | 0.88 | 0.9 | 1.72 | - |
| YUV | 23.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 35 | 0.49 | 0.31 | 0 | 0.86 | 218.82 | 0.32 | 0.1 |
| Hex | 12 | 18 | 23 | 31 | 1F | 0 | 56 | DB | 20 | A |
| Octal | 22 | 30 | 43 | 61 | 37 | 0 | 126 | 333 | 40 | 12 |
| Binary | 10010 | 11000 | 100011 | 110001 | 11111 | 0 | 1010110 | 11011011 | 100000 | 1010 |
Color Harmonies of #121823
Complementary color
Monochromatic Colors of #121823
Black with #121823
Text Example
Text Example
White with #121823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121823; }
p { color: rgb(18,24,35); }
H1.HeaderClassName
{
color: #121823;
}
.AnyTagClassName
{
color: #121823;
}
</style>
background-color css
<style>
a { background-color: #121823; }
a { background-color: rgb(18,24,35); }
div.DivClassName
{
background-color: #121823;
}
.BgClassName
{
background-color: #121823;
}
</style>
border-color css
<style>
span { border-color: #121823; }
span { border-color: rgb(18,24,35); }
td.TdClassName
{
border-color: #121823;
}
.TagClassName
{
border-color: #121823;
}
</style>