Shades of Black Russian #070C23
Tints of Black Russian #070C23
RGB
CMYK
RGB Variations
Color information
#070C23 (or 0x070C23) is known color: Black Russian. HEX triplet: 07, 0C and 23. RGB value is (7,12,35). Sum of RGB (Red+Green+Blue) = 7+12+35=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 35 (14.06% from 255 or 64.81% from 54); Max value from RGB is 35 - color contains mainly: blue. Hex color #070C23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C23 is #F8F3DC. Grayscale: #0D0D0D. Windows color (decimal): -16315357 or 2296839. OLE color: 2296839.
HSL color Cylindrical-coordinate representation of color #070C23: hue angle of 229.29º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #070C23 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 12 | 35 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.86 |
| HSL | 229.29º | 0.67% | 0.08% | - |
| HSV(B) | 229.29º | 0.8% | 0.14% | - |
| XYZ | 0.52 | 0.43 | 1.65 | - |
| YUV | 13.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 35 | 0.80 | 0.66 | 0 | 0.86 | 229.29 | 0.67 | 0.08 |
| Hex | 7 | C | 23 | 50 | 42 | 0 | 56 | E5 | 43 | 8 |
| Octal | 7 | 14 | 43 | 120 | 102 | 0 | 126 | 345 | 103 | 10 |
| Binary | 111 | 1100 | 100011 | 1010000 | 1000010 | 0 | 1010110 | 11100101 | 1000011 | 1000 |
Color Harmonies of #070C23
Complementary color
Monochromatic Colors of #070C23
Black with #070C23
Text Example
Text Example
White with #070C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C23; }
p { color: rgb(7,12,35); }
H1.HeaderClassName
{
color: #070C23;
}
.AnyTagClassName
{
color: #070C23;
}
</style>
background-color css
<style>
a { background-color: #070C23; }
a { background-color: rgb(7,12,35); }
div.DivClassName
{
background-color: #070C23;
}
.BgClassName
{
background-color: #070C23;
}
</style>
border-color css
<style>
span { border-color: #070C23; }
span { border-color: rgb(7,12,35); }
td.TdClassName
{
border-color: #070C23;
}
.TagClassName
{
border-color: #070C23;
}
</style>