Shades of Black Russian #0C0923
Tints of Black Russian #0C0923
RGB
CMYK
RGB Variations
Color information
#0C0923 (or 0x0C0923) is known color: Black Russian. HEX triplet: 0C, 09 and 23. RGB value is (12,9,35). Sum of RGB (Red+Green+Blue) = 12+9+35=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #0C0923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0923 is #F3F6DC. Grayscale: #0C0C0C. Windows color (decimal): -15988445 or 2296076. OLE color: 2296076.
HSL color Cylindrical-coordinate representation of color #0C0923: hue angle of 246.92º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C0923 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 9 | 35 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.86 |
| HSL | 246.92º | 0.59% | 0.09% | - |
| HSV(B) | 246.92º | 0.74% | 0.14% | - |
| XYZ | 0.55 | 0.39 | 1.64 | - |
| YUV | 12.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 35 | 0.66 | 0.74 | 0 | 0.86 | 246.92 | 0.59 | 0.09 |
| Hex | C | 9 | 23 | 42 | 4A | 0 | 56 | F7 | 3B | 9 |
| Octal | 14 | 11 | 43 | 102 | 112 | 0 | 126 | 367 | 73 | 11 |
| Binary | 1100 | 1001 | 100011 | 1000010 | 1001010 | 0 | 1010110 | 11110111 | 111011 | 1001 |
Color Harmonies of #0C0923
Complementary color
Monochromatic Colors of #0C0923
Black with #0C0923
Text Example
Text Example
White with #0C0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0923; }
p { color: rgb(12,9,35); }
H1.HeaderClassName
{
color: #0C0923;
}
.AnyTagClassName
{
color: #0C0923;
}
</style>
background-color css
<style>
a { background-color: #0C0923; }
a { background-color: rgb(12,9,35); }
div.DivClassName
{
background-color: #0C0923;
}
.BgClassName
{
background-color: #0C0923;
}
</style>
border-color css
<style>
span { border-color: #0C0923; }
span { border-color: rgb(12,9,35); }
td.TdClassName
{
border-color: #0C0923;
}
.TagClassName
{
border-color: #0C0923;
}
</style>