Shades of Blackcurrant #0D0023
Tints of Blackcurrant #0D0023
RGB
CMYK
RGB Variations
Color information
#0D0023 (or 0x0D0023) is known color: Blackcurrant. HEX triplet: 0D, 00 and 23. RGB value is (13,0,35). Sum of RGB (Red+Green+Blue) = 13+0+35=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 35 (14.06% from 255 or 72.92% from 48); Max value from RGB is 35 - color contains mainly: blue. Hex color #0D0023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0023 is #F2FFDC. Grayscale: #070707. Windows color (decimal): -15925213 or 2293773. OLE color: 2293773.
HSL color Cylindrical-coordinate representation of color #0D0023: hue angle of 262.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0023 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 0 | 35 | - |
| CMYK | 0.63 | 1 | 0 | 0.86 |
| HSL | 262.29º | 1% | 0.07% | - |
| HSV(B) | 262.29º | 1% | 0.14% | - |
| XYZ | 0.47 | 0.21 | 1.61 | - |
| YUV | 7.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 35 | 0.63 | 1 | 0 | 0.86 | 262.29 | 1 | 0.07 |
| Hex | D | 0 | 23 | 3F | 64 | 0 | 56 | 106 | 64 | 7 |
| Octal | 15 | 0 | 43 | 77 | 144 | 0 | 126 | 406 | 144 | 7 |
| Binary | 1101 | 0 | 100011 | 111111 | 1100100 | 0 | 1010110 | 100000110 | 1100100 | 111 |
Color Harmonies of #0D0023
Complementary color
Monochromatic Colors of #0D0023
Black with #0D0023
Text Example
Text Example
White with #0D0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0023; }
p { color: rgb(13,0,35); }
H1.HeaderClassName
{
color: #0D0023;
}
.AnyTagClassName
{
color: #0D0023;
}
</style>
background-color css
<style>
a { background-color: #0D0023; }
a { background-color: rgb(13,0,35); }
div.DivClassName
{
background-color: #0D0023;
}
.BgClassName
{
background-color: #0D0023;
}
</style>
border-color css
<style>
span { border-color: #0D0023; }
span { border-color: rgb(13,0,35); }
td.TdClassName
{
border-color: #0D0023;
}
.TagClassName
{
border-color: #0D0023;
}
</style>