Shades of Black Russian #030C25
Tints of Black Russian #030C25
RGB
CMYK
RGB Variations
Color information
#030C25 (or 0x030C25) is known color: Black Russian. HEX triplet: 03, 0C and 25. RGB value is (3,12,37). Sum of RGB (Red+Green+Blue) = 3+12+37=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 37 (14.84% from 255 or 71.15% from 52); Max value from RGB is 37 - color contains mainly: blue. Hex color #030C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C25 is #FCF3DA. Grayscale: #0C0C0C. Windows color (decimal): -16577499 or 2427907. OLE color: 2427907.
HSL color Cylindrical-coordinate representation of color #030C25: hue angle of 224.12º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #030C25 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 12 | 37 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.85 |
| HSL | 224.12º | 0.85% | 0.08% | - |
| HSV(B) | 224.12º | 0.92% | 0.15% | - |
| XYZ | 0.5 | 0.42 | 1.8 | - |
| YUV | 12.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 37 | 0.92 | 0.68 | 0 | 0.85 | 224.12 | 0.85 | 0.08 |
| Hex | 3 | C | 25 | 5C | 44 | 0 | 55 | E0 | 55 | 8 |
| Octal | 3 | 14 | 45 | 134 | 104 | 0 | 125 | 340 | 125 | 10 |
| Binary | 11 | 1100 | 100101 | 1011100 | 1000100 | 0 | 1010101 | 11100000 | 1010101 | 1000 |
Color Harmonies of #030C25
Complementary color
Monochromatic Colors of #030C25
Black with #030C25
Text Example
Text Example
White with #030C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C25; }
p { color: rgb(3,12,37); }
H1.HeaderClassName
{
color: #030C25;
}
.AnyTagClassName
{
color: #030C25;
}
</style>
background-color css
<style>
a { background-color: #030C25; }
a { background-color: rgb(3,12,37); }
div.DivClassName
{
background-color: #030C25;
}
.BgClassName
{
background-color: #030C25;
}
</style>
border-color css
<style>
span { border-color: #030C25; }
span { border-color: rgb(3,12,37); }
td.TdClassName
{
border-color: #030C25;
}
.TagClassName
{
border-color: #030C25;
}
</style>