Shades of Black Russian #030131
Tints of Black Russian #030131
RGB
CMYK
RGB Variations
Color information
#030131 (or 0x030131) is known color: Black Russian. HEX triplet: 03, 01 and 31. RGB value is (3,1,49). Sum of RGB (Red+Green+Blue) = 3+1+49=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 49 (19.53% from 255 or 92.45% from 53); Max value from RGB is 49 - color contains mainly: blue. Hex color #030131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030131 is #FCFECE. Grayscale: #060606. Windows color (decimal): -16580303 or 3211523. OLE color: 3211523.
HSL color Cylindrical-coordinate representation of color #030131: hue angle of 242.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030131 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 1 | 49 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.81 |
| HSL | 242.5º | 0.96% | 0.1% | - |
| HSV(B) | 242.5º | 0.98% | 0.19% | - |
| XYZ | 0.6 | 0.26 | 2.92 | - |
| YUV | 7.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 49 | 0.94 | 0.98 | 0 | 0.81 | 242.5 | 0.96 | 0.1 |
| Hex | 3 | 1 | 31 | 5E | 62 | 0 | 51 | F2 | 60 | A |
| Octal | 3 | 1 | 61 | 136 | 142 | 0 | 121 | 362 | 140 | 12 |
| Binary | 11 | 1 | 110001 | 1011110 | 1100010 | 0 | 1010001 | 11110010 | 1100000 | 1010 |
Color Harmonies of #030131
Complementary color
Monochromatic Colors of #030131
Black with #030131
Text Example
Text Example
White with #030131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030131; }
p { color: rgb(3,1,49); }
H1.HeaderClassName
{
color: #030131;
}
.AnyTagClassName
{
color: #030131;
}
</style>
background-color css
<style>
a { background-color: #030131; }
a { background-color: rgb(3,1,49); }
div.DivClassName
{
background-color: #030131;
}
.BgClassName
{
background-color: #030131;
}
</style>
border-color css
<style>
span { border-color: #030131; }
span { border-color: rgb(3,1,49); }
td.TdClassName
{
border-color: #030131;
}
.TagClassName
{
border-color: #030131;
}
</style>