Shades of Blackcurrant #0D0222
Tints of Blackcurrant #0D0222
RGB
CMYK
RGB Variations
Color information
#0D0222 (or 0x0D0222) is known color: Blackcurrant. HEX triplet: 0D, 02 and 22. RGB value is (13,2,34). Sum of RGB (Red+Green+Blue) = 13+2+34=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 34 (13.67% from 255 or 69.39% from 49); Max value from RGB is 34 - color contains mainly: blue. Hex color #0D0222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0222 is #F2FDDD. Grayscale: #080808. Windows color (decimal): -15924702 or 2228749. OLE color: 2228749.
HSL color Cylindrical-coordinate representation of color #0D0222: hue angle of 260.62º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0222 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 2 | 34 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.87 |
| HSL | 260.63º | 0.89% | 0.07% | - |
| HSV(B) | 260.63º | 0.94% | 0.13% | - |
| XYZ | 0.48 | 0.24 | 1.54 | - |
| YUV | 8.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 34 | 0.62 | 0.94 | 0 | 0.87 | 260.63 | 0.89 | 0.07 |
| Hex | D | 2 | 22 | 3E | 5E | 0 | 57 | 105 | 59 | 7 |
| Octal | 15 | 2 | 42 | 76 | 136 | 0 | 127 | 405 | 131 | 7 |
| Binary | 1101 | 10 | 100010 | 111110 | 1011110 | 0 | 1010111 | 100000101 | 1011001 | 111 |
Color Harmonies of #0D0222
Complementary color
Monochromatic Colors of #0D0222
Black with #0D0222
Text Example
Text Example
White with #0D0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0222; }
p { color: rgb(13,2,34); }
H1.HeaderClassName
{
color: #0D0222;
}
.AnyTagClassName
{
color: #0D0222;
}
</style>
background-color css
<style>
a { background-color: #0D0222; }
a { background-color: rgb(13,2,34); }
div.DivClassName
{
background-color: #0D0222;
}
.BgClassName
{
background-color: #0D0222;
}
</style>
border-color css
<style>
span { border-color: #0D0222; }
span { border-color: rgb(13,2,34); }
td.TdClassName
{
border-color: #0D0222;
}
.TagClassName
{
border-color: #0D0222;
}
</style>