Shades of Black Russian #0C0B27
Tints of Black Russian #0C0B27
RGB
CMYK
RGB Variations
Color information
#0C0B27 (or 0x0C0B27) is known color: Black Russian. HEX triplet: 0C, 0B and 27. RGB value is (12,11,39). Sum of RGB (Red+Green+Blue) = 12+11+39=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 39 (15.62% from 255 or 62.90% from 62); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C0B27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0B27 is #F3F4D8. Grayscale: #0E0E0E. Windows color (decimal): -15987929 or 2558732. OLE color: 2558732.
HSL color Cylindrical-coordinate representation of color #0C0B27: hue angle of 242.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C0B27 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 11 | 39 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.85 |
| HSL | 242.14º | 0.56% | 0.1% | - |
| HSV(B) | 242.14º | 0.72% | 0.15% | - |
| XYZ | 0.64 | 0.46 | 1.98 | - |
| YUV | 14.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 39 | 0.69 | 0.72 | 0 | 0.85 | 242.14 | 0.56 | 0.1 |
| Hex | C | B | 27 | 45 | 48 | 0 | 55 | F2 | 38 | A |
| Octal | 14 | 13 | 47 | 105 | 110 | 0 | 125 | 362 | 70 | 12 |
| Binary | 1100 | 1011 | 100111 | 1000101 | 1001000 | 0 | 1010101 | 11110010 | 111000 | 1010 |
Color Harmonies of #0C0B27
Complementary color
Monochromatic Colors of #0C0B27
Black with #0C0B27
Text Example
Text Example
White with #0C0B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B27; }
p { color: rgb(12,11,39); }
H1.HeaderClassName
{
color: #0C0B27;
}
.AnyTagClassName
{
color: #0C0B27;
}
</style>
background-color css
<style>
a { background-color: #0C0B27; }
a { background-color: rgb(12,11,39); }
div.DivClassName
{
background-color: #0C0B27;
}
.BgClassName
{
background-color: #0C0B27;
}
</style>
border-color css
<style>
span { border-color: #0C0B27; }
span { border-color: rgb(12,11,39); }
td.TdClassName
{
border-color: #0C0B27;
}
.TagClassName
{
border-color: #0C0B27;
}
</style>