Shades of Blackcurrant #18001D
Tints of Blackcurrant #18001D
RGB
CMYK
RGB Variations
Color information
#18001D (or 0x18001D) is known color: Blackcurrant. HEX triplet: 18, 00 and 1D. RGB value is (24,0,29). Sum of RGB (Red+Green+Blue) = 24+0+29=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #18001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18001D is #E7FFE2. Grayscale: #0A0A0A. Windows color (decimal): -15204323 or 1900568. OLE color: 1900568.
HSL color Cylindrical-coordinate representation of color #18001D: hue angle of 289.66º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18001D is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 0 | 29 | - |
| CMYK | 0.17 | 1 | 0 | 0.89 |
| HSL | 289.66º | 1% | 0.06% | - |
| HSV(B) | 289.66º | 1% | 0.11% | - |
| XYZ | 0.6 | 0.28 | 1.19 | - |
| YUV | 10.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 29 | 0.17 | 1 | 0 | 0.89 | 289.66 | 1 | 0.06 |
| Hex | 18 | 0 | 1D | 11 | 64 | 0 | 59 | 122 | 64 | 6 |
| Octal | 30 | 0 | 35 | 21 | 144 | 0 | 131 | 442 | 144 | 6 |
| Binary | 11000 | 0 | 11101 | 10001 | 1100100 | 0 | 1011001 | 100100010 | 1100100 | 110 |
Color Harmonies of #18001D
Complementary color
Monochromatic Colors of #18001D
Black with #18001D
Text Example
Text Example
White with #18001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18001D; }
p { color: rgb(24,0,29); }
H1.HeaderClassName
{
color: #18001D;
}
.AnyTagClassName
{
color: #18001D;
}
</style>
background-color css
<style>
a { background-color: #18001D; }
a { background-color: rgb(24,0,29); }
div.DivClassName
{
background-color: #18001D;
}
.BgClassName
{
background-color: #18001D;
}
</style>
border-color css
<style>
span { border-color: #18001D; }
span { border-color: rgb(24,0,29); }
td.TdClassName
{
border-color: #18001D;
}
.TagClassName
{
border-color: #18001D;
}
</style>