Shades of Black Russian #12151B
Tints of Black Russian #12151B
RGB
CMYK
RGB Variations
Color information
#12151B (or 0x12151B) is known color: Black Russian. HEX triplet: 12, 15 and 1B. RGB value is (18,21,27). Sum of RGB (Red+Green+Blue) = 18+21+27=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #12151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12151B is #EDEAE4. Grayscale: #141414. Windows color (decimal): -15592165 or 1774866. OLE color: 1774866.
HSL color Cylindrical-coordinate representation of color #12151B: hue angle of 220º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #12151B is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 21 | 27 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.89 |
| HSL | 220º | 0.2% | 0.09% | - |
| HSV(B) | 220º | 0.33% | 0.11% | - |
| XYZ | 0.72 | 0.74 | 1.14 | - |
| YUV | 20.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 27 | 0.33 | 0.22 | 0 | 0.89 | 220 | 0.2 | 0.09 |
| Hex | 12 | 15 | 1B | 21 | 16 | 0 | 59 | DC | 14 | 9 |
| Octal | 22 | 25 | 33 | 41 | 26 | 0 | 131 | 334 | 24 | 11 |
| Binary | 10010 | 10101 | 11011 | 100001 | 10110 | 0 | 1011001 | 11011100 | 10100 | 1001 |
Color Harmonies of #12151B
Complementary color
Monochromatic Colors of #12151B
Black with #12151B
Text Example
Text Example
White with #12151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12151B; }
p { color: rgb(18,21,27); }
H1.HeaderClassName
{
color: #12151B;
}
.AnyTagClassName
{
color: #12151B;
}
</style>
background-color css
<style>
a { background-color: #12151B; }
a { background-color: rgb(18,21,27); }
div.DivClassName
{
background-color: #12151B;
}
.BgClassName
{
background-color: #12151B;
}
</style>
border-color css
<style>
span { border-color: #12151B; }
span { border-color: rgb(18,21,27); }
td.TdClassName
{
border-color: #12151B;
}
.TagClassName
{
border-color: #12151B;
}
</style>