Shades of Black Russian #12132B
Tints of Black Russian #12132B
RGB
CMYK
RGB Variations
Color information
#12132B (or 0x12132B) is known color: Black Russian. HEX triplet: 12, 13 and 2B. RGB value is (18,19,43). Sum of RGB (Red+Green+Blue) = 18+19+43=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #12132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12132B is #EDECD4. Grayscale: #151515. Windows color (decimal): -15592661 or 2822930. OLE color: 2822930.
HSL color Cylindrical-coordinate representation of color #12132B: hue angle of 237.6º 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 #12132B is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 19 | 43 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.83 |
| HSL | 237.6º | 0.41% | 0.12% | - |
| HSV(B) | 237.6º | 0.58% | 0.17% | - |
| XYZ | 0.92 | 0.77 | 2.39 | - |
| YUV | 21.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 43 | 0.58 | 0.56 | 0 | 0.83 | 237.6 | 0.41 | 0.12 |
| Hex | 12 | 13 | 2B | 3A | 38 | 0 | 53 | EE | 29 | C |
| Octal | 22 | 23 | 53 | 72 | 70 | 0 | 123 | 356 | 51 | 14 |
| Binary | 10010 | 10011 | 101011 | 111010 | 111000 | 0 | 1010011 | 11101110 | 101001 | 1100 |
Color Harmonies of #12132B
Complementary color
Monochromatic Colors of #12132B
Black with #12132B
Text Example
Text Example
White with #12132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12132B; }
p { color: rgb(18,19,43); }
H1.HeaderClassName
{
color: #12132B;
}
.AnyTagClassName
{
color: #12132B;
}
</style>
background-color css
<style>
a { background-color: #12132B; }
a { background-color: rgb(18,19,43); }
div.DivClassName
{
background-color: #12132B;
}
.BgClassName
{
background-color: #12132B;
}
</style>
border-color css
<style>
span { border-color: #12132B; }
span { border-color: rgb(18,19,43); }
td.TdClassName
{
border-color: #12132B;
}
.TagClassName
{
border-color: #12132B;
}
</style>