Shades of Black Russian #010328
Tints of Black Russian #010328
RGB
CMYK
RGB Variations
Color information
#010328 (or 0x010328) is known color: Black Russian. HEX triplet: 01, 03 and 28. RGB value is (1,3,40). Sum of RGB (Red+Green+Blue) = 1+3+40=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 40 (16.02% from 255 or 90.91% from 44); Max value from RGB is 40 - color contains mainly: blue. Hex color #010328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010328 is #FEFCD7. Grayscale: #060606. Windows color (decimal): -16710872 or 2622209. OLE color: 2622209.
HSL color Cylindrical-coordinate representation of color #010328: hue angle of 236.92º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010328 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 3 | 40 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.84 |
| HSL | 236.92º | 0.95% | 0.08% | - |
| HSV(B) | 236.92º | 0.98% | 0.16% | - |
| XYZ | 0.43 | 0.22 | 2.03 | - |
| YUV | 6.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 40 | 0.98 | 0.93 | 0 | 0.84 | 236.92 | 0.95 | 0.08 |
| Hex | 1 | 3 | 28 | 62 | 5D | 0 | 54 | ED | 5F | 8 |
| Octal | 1 | 3 | 50 | 142 | 135 | 0 | 124 | 355 | 137 | 10 |
| Binary | 1 | 11 | 101000 | 1100010 | 1011101 | 0 | 1010100 | 11101101 | 1011111 | 1000 |
Color Harmonies of #010328
Complementary color
Monochromatic Colors of #010328
Black with #010328
Text Example
Text Example
White with #010328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010328; }
p { color: rgb(1,3,40); }
H1.HeaderClassName
{
color: #010328;
}
.AnyTagClassName
{
color: #010328;
}
</style>
background-color css
<style>
a { background-color: #010328; }
a { background-color: rgb(1,3,40); }
div.DivClassName
{
background-color: #010328;
}
.BgClassName
{
background-color: #010328;
}
</style>
border-color css
<style>
span { border-color: #010328; }
span { border-color: rgb(1,3,40); }
td.TdClassName
{
border-color: #010328;
}
.TagClassName
{
border-color: #010328;
}
</style>