Shades of Black Russian #12152B
Tints of Black Russian #12152B
RGB
CMYK
RGB Variations
Color information
#12152B (or 0x12152B) is known color: Black Russian. HEX triplet: 12, 15 and 2B. RGB value is (18,21,43). Sum of RGB (Red+Green+Blue) = 18+21+43=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #12152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12152B is #EDEAD4. Grayscale: #161616. Windows color (decimal): -15592149 or 2823442. OLE color: 2823442.
HSL color Cylindrical-coordinate representation of color #12152B: hue angle of 232.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12152B is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 21 | 43 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.83 |
| HSL | 232.8º | 0.41% | 0.12% | - |
| HSV(B) | 232.8º | 0.58% | 0.17% | - |
| XYZ | 0.95 | 0.84 | 2.4 | - |
| YUV | 22.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 43 | 0.58 | 0.51 | 0 | 0.83 | 232.8 | 0.41 | 0.12 |
| Hex | 12 | 15 | 2B | 3A | 33 | 0 | 53 | E9 | 29 | C |
| Octal | 22 | 25 | 53 | 72 | 63 | 0 | 123 | 351 | 51 | 14 |
| Binary | 10010 | 10101 | 101011 | 111010 | 110011 | 0 | 1010011 | 11101001 | 101001 | 1100 |
Color Harmonies of #12152B
Complementary color
Monochromatic Colors of #12152B
Black with #12152B
Text Example
Text Example
White with #12152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12152B; }
p { color: rgb(18,21,43); }
H1.HeaderClassName
{
color: #12152B;
}
.AnyTagClassName
{
color: #12152B;
}
</style>
background-color css
<style>
a { background-color: #12152B; }
a { background-color: rgb(18,21,43); }
div.DivClassName
{
background-color: #12152B;
}
.BgClassName
{
background-color: #12152B;
}
</style>
border-color css
<style>
span { border-color: #12152B; }
span { border-color: rgb(18,21,43); }
td.TdClassName
{
border-color: #12152B;
}
.TagClassName
{
border-color: #12152B;
}
</style>