Shades of Black Russian #030D24
Tints of Black Russian #030D24
RGB
CMYK
RGB Variations
Color information
#030D24 (or 0x030D24) is known color: Black Russian. HEX triplet: 03, 0D and 24. RGB value is (3,13,36). Sum of RGB (Red+Green+Blue) = 3+13+36=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 36 (14.45% from 255 or 69.23% from 52); Max value from RGB is 36 - color contains mainly: blue. Hex color #030D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D24 is #FCF2DB. Grayscale: #0C0C0C. Windows color (decimal): -16577244 or 2362627. OLE color: 2362627.
HSL color Cylindrical-coordinate representation of color #030D24: hue angle of 221.82º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #030D24 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 13 | 36 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.86 |
| HSL | 221.82º | 0.85% | 0.08% | - |
| HSV(B) | 221.82º | 0.92% | 0.14% | - |
| XYZ | 0.5 | 0.43 | 1.73 | - |
| YUV | 12.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 36 | 0.92 | 0.64 | 0 | 0.86 | 221.82 | 0.85 | 0.08 |
| Hex | 3 | D | 24 | 5C | 40 | 0 | 56 | DE | 55 | 8 |
| Octal | 3 | 15 | 44 | 134 | 100 | 0 | 126 | 336 | 125 | 10 |
| Binary | 11 | 1101 | 100100 | 1011100 | 1000000 | 0 | 1010110 | 11011110 | 1010101 | 1000 |
Color Harmonies of #030D24
Complementary color
Monochromatic Colors of #030D24
Black with #030D24
Text Example
Text Example
White with #030D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D24; }
p { color: rgb(3,13,36); }
H1.HeaderClassName
{
color: #030D24;
}
.AnyTagClassName
{
color: #030D24;
}
</style>
background-color css
<style>
a { background-color: #030D24; }
a { background-color: rgb(3,13,36); }
div.DivClassName
{
background-color: #030D24;
}
.BgClassName
{
background-color: #030D24;
}
</style>
border-color css
<style>
span { border-color: #030D24; }
span { border-color: rgb(3,13,36); }
td.TdClassName
{
border-color: #030D24;
}
.TagClassName
{
border-color: #030D24;
}
</style>