Shades of Blackcurrant #0D0224
Tints of Blackcurrant #0D0224
RGB
CMYK
RGB Variations
Color information
#0D0224 (or 0x0D0224) is known color: Blackcurrant. HEX triplet: 0D, 02 and 24. RGB value is (13,2,36). Sum of RGB (Red+Green+Blue) = 13+2+36=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 36 (14.45% from 255 or 70.59% from 51); Max value from RGB is 36 - color contains mainly: blue. Hex color #0D0224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0224 is #F2FDDB. Grayscale: #090909. Windows color (decimal): -15924700 or 2359821. OLE color: 2359821.
HSL color Cylindrical-coordinate representation of color #0D0224: hue angle of 259.41º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0224 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 2 | 36 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.86 |
| HSL | 259.41º | 0.89% | 0.07% | - |
| HSV(B) | 259.41º | 0.94% | 0.14% | - |
| XYZ | 0.51 | 0.26 | 1.69 | - |
| YUV | 9.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 36 | 0.64 | 0.94 | 0 | 0.86 | 259.41 | 0.89 | 0.07 |
| Hex | D | 2 | 24 | 40 | 5E | 0 | 56 | 103 | 59 | 7 |
| Octal | 15 | 2 | 44 | 100 | 136 | 0 | 126 | 403 | 131 | 7 |
| Binary | 1101 | 10 | 100100 | 1000000 | 1011110 | 0 | 1010110 | 100000011 | 1011001 | 111 |
Color Harmonies of #0D0224
Complementary color
Monochromatic Colors of #0D0224
Black with #0D0224
Text Example
Text Example
White with #0D0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0224; }
p { color: rgb(13,2,36); }
H1.HeaderClassName
{
color: #0D0224;
}
.AnyTagClassName
{
color: #0D0224;
}
</style>
background-color css
<style>
a { background-color: #0D0224; }
a { background-color: rgb(13,2,36); }
div.DivClassName
{
background-color: #0D0224;
}
.BgClassName
{
background-color: #0D0224;
}
</style>
border-color css
<style>
span { border-color: #0D0224; }
span { border-color: rgb(13,2,36); }
td.TdClassName
{
border-color: #0D0224;
}
.TagClassName
{
border-color: #0D0224;
}
</style>