Shades of Black Russian #010033
Tints of Black Russian #010033
RGB
CMYK
RGB Variations
Color information
#010033 (or 0x010033) is known color: Black Russian. HEX triplet: 01, 00 and 33. RGB value is (1,0,51). Sum of RGB (Red+Green+Blue) = 1+0+51=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 51 (20.31% from 255 or 98.08% from 52); Max value from RGB is 51 - color contains mainly: blue. Hex color #010033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010033 is #FEFFCC. Grayscale: #050505. Windows color (decimal): -16711629 or 3342337. OLE color: 3342337.
HSL color Cylindrical-coordinate representation of color #010033: hue angle of 241.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010033 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 0 | 51 | - |
| CMYK | 0.98 | 1 | 0 | 0.8 |
| HSL | 241.18º | 1% | 0.1% | - |
| HSV(B) | 241.18º | 1% | 0.2% | - |
| XYZ | 0.61 | 0.25 | 3.15 | - |
| YUV | 6.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 51 | 0.98 | 1 | 0 | 0.8 | 241.18 | 1 | 0.1 |
| Hex | 1 | 0 | 33 | 62 | 64 | 0 | 50 | F1 | 64 | A |
| Octal | 1 | 0 | 63 | 142 | 144 | 0 | 120 | 361 | 144 | 12 |
| Binary | 1 | 0 | 110011 | 1100010 | 1100100 | 0 | 1010000 | 11110001 | 1100100 | 1010 |
Color Harmonies of #010033
Complementary color
Monochromatic Colors of #010033
Black with #010033
Text Example
Text Example
White with #010033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010033; }
p { color: rgb(1,0,51); }
H1.HeaderClassName
{
color: #010033;
}
.AnyTagClassName
{
color: #010033;
}
</style>
background-color css
<style>
a { background-color: #010033; }
a { background-color: rgb(1,0,51); }
div.DivClassName
{
background-color: #010033;
}
.BgClassName
{
background-color: #010033;
}
</style>
border-color css
<style>
span { border-color: #010033; }
span { border-color: rgb(1,0,51); }
td.TdClassName
{
border-color: #010033;
}
.TagClassName
{
border-color: #010033;
}
</style>