Shades of Blackcurrant #0D031F
Tints of Blackcurrant #0D031F
RGB
CMYK
RGB Variations
Color information
#0D031F (or 0x0D031F) is known color: Blackcurrant. HEX triplet: 0D, 03 and 1F. RGB value is (13,3,31). Sum of RGB (Red+Green+Blue) = 13+3+31=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D031F is #F2FCE0. Grayscale: #090909. Windows color (decimal): -15924449 or 2032397. OLE color: 2032397.
HSL color Cylindrical-coordinate representation of color #0D031F: hue angle of 261.43º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D031F is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 3 | 31 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.88 |
| HSL | 261.43º | 0.82% | 0.07% | - |
| HSV(B) | 261.43º | 0.9% | 0.12% | - |
| XYZ | 0.45 | 0.25 | 1.32 | - |
| YUV | 9.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 31 | 0.58 | 0.90 | 0 | 0.88 | 261.43 | 0.82 | 0.07 |
| Hex | D | 3 | 1F | 3A | 5A | 0 | 58 | 105 | 52 | 7 |
| Octal | 15 | 3 | 37 | 72 | 132 | 0 | 130 | 405 | 122 | 7 |
| Binary | 1101 | 11 | 11111 | 111010 | 1011010 | 0 | 1011000 | 100000101 | 1010010 | 111 |
Color Harmonies of #0D031F
Complementary color
Monochromatic Colors of #0D031F
Black with #0D031F
Text Example
Text Example
White with #0D031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D031F; }
p { color: rgb(13,3,31); }
H1.HeaderClassName
{
color: #0D031F;
}
.AnyTagClassName
{
color: #0D031F;
}
</style>
background-color css
<style>
a { background-color: #0D031F; }
a { background-color: rgb(13,3,31); }
div.DivClassName
{
background-color: #0D031F;
}
.BgClassName
{
background-color: #0D031F;
}
</style>
border-color css
<style>
span { border-color: #0D031F; }
span { border-color: rgb(13,3,31); }
td.TdClassName
{
border-color: #0D031F;
}
.TagClassName
{
border-color: #0D031F;
}
</style>