Shades of Black Russian #070D23
Tints of Black Russian #070D23
RGB
CMYK
RGB Variations
Color information
#070D23 (or 0x070D23) is known color: Black Russian. HEX triplet: 07, 0D and 23. RGB value is (7,13,35). Sum of RGB (Red+Green+Blue) = 7+13+35=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 35 (14.06% from 255 or 63.64% from 55); Max value from RGB is 35 - color contains mainly: blue. Hex color #070D23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D23 is #F8F2DC. Grayscale: #0D0D0D. Windows color (decimal): -16315101 or 2297095. OLE color: 2297095.
HSL color Cylindrical-coordinate representation of color #070D23: hue angle of 227.14º 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 #070D23 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 13 | 35 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.86 |
| HSL | 227.14º | 0.67% | 0.08% | - |
| HSV(B) | 227.14º | 0.8% | 0.14% | - |
| XYZ | 0.53 | 0.45 | 1.65 | - |
| YUV | 13.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 35 | 0.80 | 0.63 | 0 | 0.86 | 227.14 | 0.67 | 0.08 |
| Hex | 7 | D | 23 | 50 | 3F | 0 | 56 | E3 | 43 | 8 |
| Octal | 7 | 15 | 43 | 120 | 77 | 0 | 126 | 343 | 103 | 10 |
| Binary | 111 | 1101 | 100011 | 1010000 | 111111 | 0 | 1010110 | 11100011 | 1000011 | 1000 |
Color Harmonies of #070D23
Complementary color
Monochromatic Colors of #070D23
Black with #070D23
Text Example
Text Example
White with #070D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D23; }
p { color: rgb(7,13,35); }
H1.HeaderClassName
{
color: #070D23;
}
.AnyTagClassName
{
color: #070D23;
}
</style>
background-color css
<style>
a { background-color: #070D23; }
a { background-color: rgb(7,13,35); }
div.DivClassName
{
background-color: #070D23;
}
.BgClassName
{
background-color: #070D23;
}
</style>
border-color css
<style>
span { border-color: #070D23; }
span { border-color: rgb(7,13,35); }
td.TdClassName
{
border-color: #070D23;
}
.TagClassName
{
border-color: #070D23;
}
</style>