Shades of Black Russian #010331
Tints of Black Russian #010331
RGB
CMYK
RGB Variations
Color information
#010331 (or 0x010331) is known color: Black Russian. HEX triplet: 01, 03 and 31. RGB value is (1,3,49). Sum of RGB (Red+Green+Blue) = 1+3+49=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 3 (1.56% from 255 or 5.66% 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 #010331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010331 is #FEFCCE. Grayscale: #070707. Windows color (decimal): -16710863 or 3212033. OLE color: 3212033.
HSL color Cylindrical-coordinate representation of color #010331: hue angle of 237.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 #010331 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 3 | 49 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.81 |
| HSL | 237.5º | 0.96% | 0.1% | - |
| HSV(B) | 237.5º | 0.98% | 0.19% | - |
| XYZ | 0.6 | 0.29 | 2.93 | - |
| YUV | 7.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 49 | 0.98 | 0.94 | 0 | 0.81 | 237.5 | 0.96 | 0.1 |
| Hex | 1 | 3 | 31 | 62 | 5E | 0 | 51 | EE | 60 | A |
| Octal | 1 | 3 | 61 | 142 | 136 | 0 | 121 | 356 | 140 | 12 |
| Binary | 1 | 11 | 110001 | 1100010 | 1011110 | 0 | 1010001 | 11101110 | 1100000 | 1010 |
Color Harmonies of #010331
Complementary color
Monochromatic Colors of #010331
Black with #010331
Text Example
Text Example
White with #010331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010331; }
p { color: rgb(1,3,49); }
H1.HeaderClassName
{
color: #010331;
}
.AnyTagClassName
{
color: #010331;
}
</style>
background-color css
<style>
a { background-color: #010331; }
a { background-color: rgb(1,3,49); }
div.DivClassName
{
background-color: #010331;
}
.BgClassName
{
background-color: #010331;
}
</style>
border-color css
<style>
span { border-color: #010331; }
span { border-color: rgb(1,3,49); }
td.TdClassName
{
border-color: #010331;
}
.TagClassName
{
border-color: #010331;
}
</style>