Shades of Blackcurrant #0D0325
Tints of Blackcurrant #0D0325
RGB
CMYK
RGB Variations
Color information
#0D0325 (or 0x0D0325) is known color: Blackcurrant. HEX triplet: 0D, 03 and 25. RGB value is (13,3,37). Sum of RGB (Red+Green+Blue) = 13+3+37=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D0325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0325 is #F2FCDA. Grayscale: #090909. Windows color (decimal): -15924443 or 2425613. OLE color: 2425613.
HSL color Cylindrical-coordinate representation of color #0D0325: hue angle of 257.65º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0325 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 3 | 37 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.85 |
| HSL | 257.65º | 0.85% | 0.08% | - |
| HSV(B) | 257.65º | 0.92% | 0.15% | - |
| XYZ | 0.53 | 0.28 | 1.78 | - |
| YUV | 9.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 37 | 0.65 | 0.92 | 0 | 0.85 | 257.65 | 0.85 | 0.08 |
| Hex | D | 3 | 25 | 41 | 5C | 0 | 55 | 102 | 55 | 8 |
| Octal | 15 | 3 | 45 | 101 | 134 | 0 | 125 | 402 | 125 | 10 |
| Binary | 1101 | 11 | 100101 | 1000001 | 1011100 | 0 | 1010101 | 100000010 | 1010101 | 1000 |
Color Harmonies of #0D0325
Complementary color
Monochromatic Colors of #0D0325
Black with #0D0325
Text Example
Text Example
White with #0D0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0325; }
p { color: rgb(13,3,37); }
H1.HeaderClassName
{
color: #0D0325;
}
.AnyTagClassName
{
color: #0D0325;
}
</style>
background-color css
<style>
a { background-color: #0D0325; }
a { background-color: rgb(13,3,37); }
div.DivClassName
{
background-color: #0D0325;
}
.BgClassName
{
background-color: #0D0325;
}
</style>
border-color css
<style>
span { border-color: #0D0325; }
span { border-color: rgb(13,3,37); }
td.TdClassName
{
border-color: #0D0325;
}
.TagClassName
{
border-color: #0D0325;
}
</style>