Shades of Blackcurrant #0D0321
Tints of Blackcurrant #0D0321
RGB
CMYK
RGB Variations
Color information
#0D0321 (or 0x0D0321) is known color: Blackcurrant. HEX triplet: 0D, 03 and 21. RGB value is (13,3,33). Sum of RGB (Red+Green+Blue) = 13+3+33=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 33 (13.28% from 255 or 67.35% from 49); Max value from RGB is 33 - color contains mainly: blue. Hex color #0D0321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0321 is #F2FCDE. Grayscale: #090909. Windows color (decimal): -15924447 or 2163469. OLE color: 2163469.
HSL color Cylindrical-coordinate representation of color #0D0321: hue angle of 260º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D0321 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 3 | 33 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.87 |
| HSL | 260º | 0.83% | 0.07% | - |
| HSV(B) | 260º | 0.91% | 0.13% | - |
| XYZ | 0.47 | 0.26 | 1.46 | - |
| YUV | 9.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 33 | 0.61 | 0.91 | 0 | 0.87 | 260 | 0.83 | 0.07 |
| Hex | D | 3 | 21 | 3D | 5B | 0 | 57 | 104 | 53 | 7 |
| Octal | 15 | 3 | 41 | 75 | 133 | 0 | 127 | 404 | 123 | 7 |
| Binary | 1101 | 11 | 100001 | 111101 | 1011011 | 0 | 1010111 | 100000100 | 1010011 | 111 |
Color Harmonies of #0D0321
Complementary color
Monochromatic Colors of #0D0321
Black with #0D0321
Text Example
Text Example
White with #0D0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0321; }
p { color: rgb(13,3,33); }
H1.HeaderClassName
{
color: #0D0321;
}
.AnyTagClassName
{
color: #0D0321;
}
</style>
background-color css
<style>
a { background-color: #0D0321; }
a { background-color: rgb(13,3,33); }
div.DivClassName
{
background-color: #0D0321;
}
.BgClassName
{
background-color: #0D0321;
}
</style>
border-color css
<style>
span { border-color: #0D0321; }
span { border-color: rgb(13,3,33); }
td.TdClassName
{
border-color: #0D0321;
}
.TagClassName
{
border-color: #0D0321;
}
</style>