Shades of Blackcurrant #0D0025
Tints of Blackcurrant #0D0025
RGB
CMYK
RGB Variations
Color information
#0D0025 (or 0x0D0025) is known color: Blackcurrant. HEX triplet: 0D, 00 and 25. RGB value is (13,0,37). Sum of RGB (Red+Green+Blue) = 13+0+37=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 37 (14.84% from 255 or 74% from 50); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D0025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0025 is #F2FFDA. Grayscale: #070707. Windows color (decimal): -15925211 or 2424845. OLE color: 2424845.
HSL color Cylindrical-coordinate representation of color #0D0025: hue angle of 261.08º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0025 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 0 | 37 | - |
| CMYK | 0.65 | 1 | 0 | 0.85 |
| HSL | 261.08º | 1% | 0.07% | - |
| HSV(B) | 261.08º | 1% | 0.15% | - |
| XYZ | 0.5 | 0.22 | 1.77 | - |
| YUV | 8.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 37 | 0.65 | 1 | 0 | 0.85 | 261.08 | 1 | 0.07 |
| Hex | D | 0 | 25 | 41 | 64 | 0 | 55 | 105 | 64 | 7 |
| Octal | 15 | 0 | 45 | 101 | 144 | 0 | 125 | 405 | 144 | 7 |
| Binary | 1101 | 0 | 100101 | 1000001 | 1100100 | 0 | 1010101 | 100000101 | 1100100 | 111 |
Color Harmonies of #0D0025
Complementary color
Monochromatic Colors of #0D0025
Black with #0D0025
Text Example
Text Example
White with #0D0025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0025; }
p { color: rgb(13,0,37); }
H1.HeaderClassName
{
color: #0D0025;
}
.AnyTagClassName
{
color: #0D0025;
}
</style>
background-color css
<style>
a { background-color: #0D0025; }
a { background-color: rgb(13,0,37); }
div.DivClassName
{
background-color: #0D0025;
}
.BgClassName
{
background-color: #0D0025;
}
</style>
border-color css
<style>
span { border-color: #0D0025; }
span { border-color: rgb(13,0,37); }
td.TdClassName
{
border-color: #0D0025;
}
.TagClassName
{
border-color: #0D0025;
}
</style>