Shades of Blackcurrant #0D0912
Tints of Blackcurrant #0D0912
RGB
CMYK
RGB Variations
Color information
#0D0912 (or 0x0D0912) is known color: Blackcurrant. HEX triplet: 0D, 09 and 12. RGB value is (13,9,18). Sum of RGB (Red+Green+Blue) = 13+9+18=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #0D0912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0912 is #F2F6ED. Grayscale: #0B0B0B. Windows color (decimal): -15922926 or 1181965. OLE color: 1181965.
HSL color Cylindrical-coordinate representation of color #0D0912: hue angle of 266.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D0912 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 13 | 9 | 18 | - |
CMYK | 0.28 | 0.5 | 0 | 0.93 |
HSL | 266.67º | 0.33% | 0.05% | - |
HSV(B) | 266.67º | 0.5% | 0.07% | - |
XYZ | 0.37 | 0.32 | 0.62 | - |
YUV | 11.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 13 | 9 | 18 | 0.28 | 0.5 | 0 | 0.93 | 266.67 | 0.33 | 0.05 |
Hex | D | 9 | 12 | 1C | 32 | 0 | 5D | 10B | 21 | 5 |
Octal | 15 | 11 | 22 | 34 | 62 | 0 | 135 | 413 | 41 | 5 |
Binary | 1101 | 1001 | 10010 | 11100 | 110010 | 0 | 1011101 | 100001011 | 100001 | 101 |
Color Harmonies of #0D0912
Complementary color
Monochromatic Colors of #0D0912
Black with #0D0912
Text Example
Text Example
White with #0D0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0912; }
p { color: rgb(13,9,18); }
H1.HeaderClassName
{
color: #0D0912;
}
.AnyTagClassName
{
color: #0D0912;
}
</style>
background-color css
<style>
a { background-color: #0D0912; }
a { background-color: rgb(13,9,18); }
div.DivClassName
{
background-color: #0D0912;
}
.BgClassName
{
background-color: #0D0912;
}
</style>
border-color css
<style>
span { border-color: #0D0912; }
span { border-color: rgb(13,9,18); }
td.TdClassName
{
border-color: #0D0912;
}
.TagClassName
{
border-color: #0D0912;
}
</style>