Shades of Blackcurrant #0D0320
Tints of Blackcurrant #0D0320
RGB
CMYK
RGB Variations
Color information
#0D0320 (or 0x0D0320) is known color: Blackcurrant. HEX triplet: 0D, 03 and 20. RGB value is (13,3,32). Sum of RGB (Red+Green+Blue) = 13+3+32=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 32 (12.89% from 255 or 66.67% from 48); Max value from RGB is 32 - color contains mainly: blue. Hex color #0D0320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0320 is #F2FCDF. Grayscale: #090909. Windows color (decimal): -15924448 or 2097933. OLE color: 2097933.
HSL color Cylindrical-coordinate representation of color #0D0320: hue angle of 260.69º 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 #0D0320 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 3 | 32 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.87 |
| HSL | 260.69º | 0.83% | 0.07% | - |
| HSV(B) | 260.69º | 0.91% | 0.13% | - |
| XYZ | 0.46 | 0.25 | 1.39 | - |
| YUV | 9.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 32 | 0.59 | 0.91 | 0 | 0.87 | 260.69 | 0.83 | 0.07 |
| Hex | D | 3 | 20 | 3B | 5B | 0 | 57 | 105 | 53 | 7 |
| Octal | 15 | 3 | 40 | 73 | 133 | 0 | 127 | 405 | 123 | 7 |
| Binary | 1101 | 11 | 100000 | 111011 | 1011011 | 0 | 1010111 | 100000101 | 1010011 | 111 |
Color Harmonies of #0D0320
Complementary color
Monochromatic Colors of #0D0320
Black with #0D0320
Text Example
Text Example
White with #0D0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0320; }
p { color: rgb(13,3,32); }
H1.HeaderClassName
{
color: #0D0320;
}
.AnyTagClassName
{
color: #0D0320;
}
</style>
background-color css
<style>
a { background-color: #0D0320; }
a { background-color: rgb(13,3,32); }
div.DivClassName
{
background-color: #0D0320;
}
.BgClassName
{
background-color: #0D0320;
}
</style>
border-color css
<style>
span { border-color: #0D0320; }
span { border-color: rgb(13,3,32); }
td.TdClassName
{
border-color: #0D0320;
}
.TagClassName
{
border-color: #0D0320;
}
</style>