Shades of Black Russian #0C132A
Tints of Black Russian #0C132A
RGB
CMYK
RGB Variations
Color information
#0C132A (or 0x0C132A) is known color: Black Russian. HEX triplet: 0C, 13 and 2A. RGB value is (12,19,42). Sum of RGB (Red+Green+Blue) = 12+19+42=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 42 (16.80% from 255 or 57.53% from 73); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C132A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C132A is #F3ECD5. Grayscale: #131313. Windows color (decimal): -15985878 or 2757388. OLE color: 2757388.
HSL color Cylindrical-coordinate representation of color #0C132A: hue angle of 226º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C132A is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 19 | 42 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.84 |
| HSL | 226º | 0.56% | 0.11% | - |
| HSV(B) | 226º | 0.71% | 0.16% | - |
| XYZ | 0.8 | 0.71 | 2.29 | - |
| YUV | 19.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 42 | 0.71 | 0.55 | 0 | 0.84 | 226 | 0.56 | 0.11 |
| Hex | C | 13 | 2A | 47 | 37 | 0 | 54 | E2 | 38 | B |
| Octal | 14 | 23 | 52 | 107 | 67 | 0 | 124 | 342 | 70 | 13 |
| Binary | 1100 | 10011 | 101010 | 1000111 | 110111 | 0 | 1010100 | 11100010 | 111000 | 1011 |
Color Harmonies of #0C132A
Complementary color
Monochromatic Colors of #0C132A
Black with #0C132A
Text Example
Text Example
White with #0C132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C132A; }
p { color: rgb(12,19,42); }
H1.HeaderClassName
{
color: #0C132A;
}
.AnyTagClassName
{
color: #0C132A;
}
</style>
background-color css
<style>
a { background-color: #0C132A; }
a { background-color: rgb(12,19,42); }
div.DivClassName
{
background-color: #0C132A;
}
.BgClassName
{
background-color: #0C132A;
}
</style>
border-color css
<style>
span { border-color: #0C132A; }
span { border-color: rgb(12,19,42); }
td.TdClassName
{
border-color: #0C132A;
}
.TagClassName
{
border-color: #0C132A;
}
</style>