Shades of Black Russian #030D23
Tints of Black Russian #030D23
RGB
CMYK
RGB Variations
Color information
#030D23 (or 0x030D23) is known color: Black Russian. HEX triplet: 03, 0D and 23. RGB value is (3,13,35). Sum of RGB (Red+Green+Blue) = 3+13+35=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 35 (14.06% from 255 or 68.63% from 51); Max value from RGB is 35 - color contains mainly: blue. Hex color #030D23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D23 is #FCF2DC. Grayscale: #0C0C0C. Windows color (decimal): -16577245 or 2297091. OLE color: 2297091.
HSL color Cylindrical-coordinate representation of color #030D23: hue angle of 221.25º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #030D23 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 13 | 35 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.86 |
| HSL | 221.25º | 0.84% | 0.07% | - |
| HSV(B) | 221.25º | 0.91% | 0.14% | - |
| XYZ | 0.48 | 0.43 | 1.65 | - |
| YUV | 12.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 35 | 0.91 | 0.63 | 0 | 0.86 | 221.25 | 0.84 | 0.07 |
| Hex | 3 | D | 23 | 5B | 3F | 0 | 56 | DD | 54 | 7 |
| Octal | 3 | 15 | 43 | 133 | 77 | 0 | 126 | 335 | 124 | 7 |
| Binary | 11 | 1101 | 100011 | 1011011 | 111111 | 0 | 1010110 | 11011101 | 1010100 | 111 |
Color Harmonies of #030D23
Complementary color
Monochromatic Colors of #030D23
Black with #030D23
Text Example
Text Example
White with #030D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D23; }
p { color: rgb(3,13,35); }
H1.HeaderClassName
{
color: #030D23;
}
.AnyTagClassName
{
color: #030D23;
}
</style>
background-color css
<style>
a { background-color: #030D23; }
a { background-color: rgb(3,13,35); }
div.DivClassName
{
background-color: #030D23;
}
.BgClassName
{
background-color: #030D23;
}
</style>
border-color css
<style>
span { border-color: #030D23; }
span { border-color: rgb(3,13,35); }
td.TdClassName
{
border-color: #030D23;
}
.TagClassName
{
border-color: #030D23;
}
</style>