Shades of Blackcurrant #0D0121
Tints of Blackcurrant #0D0121
RGB
CMYK
RGB Variations
Color information
#0D0121 (or 0x0D0121) is known color: Blackcurrant. HEX triplet: 0D, 01 and 21. RGB value is (13,1,33). Sum of RGB (Red+Green+Blue) = 13+1+33=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 33 (13.28% from 255 or 70.21% from 47); Max value from RGB is 33 - color contains mainly: blue. Hex color #0D0121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0121 is #F2FEDE. Grayscale: #080808. Windows color (decimal): -15924959 or 2162957. OLE color: 2162957.
HSL color Cylindrical-coordinate representation of color #0D0121: hue angle of 262.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0121 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 1 | 33 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.87 |
| HSL | 262.5º | 0.94% | 0.07% | - |
| HSV(B) | 262.5º | 0.97% | 0.13% | - |
| XYZ | 0.45 | 0.22 | 1.46 | - |
| YUV | 8.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 33 | 0.61 | 0.97 | 0 | 0.87 | 262.5 | 0.94 | 0.07 |
| Hex | D | 1 | 21 | 3D | 61 | 0 | 57 | 106 | 5E | 7 |
| Octal | 15 | 1 | 41 | 75 | 141 | 0 | 127 | 406 | 136 | 7 |
| Binary | 1101 | 1 | 100001 | 111101 | 1100001 | 0 | 1010111 | 100000110 | 1011110 | 111 |
Color Harmonies of #0D0121
Complementary color
Monochromatic Colors of #0D0121
Black with #0D0121
Text Example
Text Example
White with #0D0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0121; }
p { color: rgb(13,1,33); }
H1.HeaderClassName
{
color: #0D0121;
}
.AnyTagClassName
{
color: #0D0121;
}
</style>
background-color css
<style>
a { background-color: #0D0121; }
a { background-color: rgb(13,1,33); }
div.DivClassName
{
background-color: #0D0121;
}
.BgClassName
{
background-color: #0D0121;
}
</style>
border-color css
<style>
span { border-color: #0D0121; }
span { border-color: rgb(13,1,33); }
td.TdClassName
{
border-color: #0D0121;
}
.TagClassName
{
border-color: #0D0121;
}
</style>