Shades of Blackcurrant #18011F
Tints of Blackcurrant #18011F
RGB
CMYK
RGB Variations
Color information
#18011F (or 0x18011F) is known color: Blackcurrant. HEX triplet: 18, 01 and 1F. RGB value is (24,1,31). Sum of RGB (Red+Green+Blue) = 24+1+31=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #18011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18011F is #E7FEE0. Grayscale: #0B0B0B. Windows color (decimal): -15204065 or 2031896. OLE color: 2031896.
HSL color Cylindrical-coordinate representation of color #18011F: hue angle of 286º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18011F is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 1 | 31 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.88 |
| HSL | 286º | 0.94% | 0.06% | - |
| HSV(B) | 286º | 0.97% | 0.12% | - |
| XYZ | 0.63 | 0.31 | 1.32 | - |
| YUV | 11.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 31 | 0.23 | 0.97 | 0 | 0.88 | 286 | 0.94 | 0.06 |
| Hex | 18 | 1 | 1F | 17 | 61 | 0 | 58 | 11E | 5E | 6 |
| Octal | 30 | 1 | 37 | 27 | 141 | 0 | 130 | 436 | 136 | 6 |
| Binary | 11000 | 1 | 11111 | 10111 | 1100001 | 0 | 1011000 | 100011110 | 1011110 | 110 |
Color Harmonies of #18011F
Complementary color
Monochromatic Colors of #18011F
Black with #18011F
Text Example
Text Example
White with #18011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18011F; }
p { color: rgb(24,1,31); }
H1.HeaderClassName
{
color: #18011F;
}
.AnyTagClassName
{
color: #18011F;
}
</style>
background-color css
<style>
a { background-color: #18011F; }
a { background-color: rgb(24,1,31); }
div.DivClassName
{
background-color: #18011F;
}
.BgClassName
{
background-color: #18011F;
}
</style>
border-color css
<style>
span { border-color: #18011F; }
span { border-color: rgb(24,1,31); }
td.TdClassName
{
border-color: #18011F;
}
.TagClassName
{
border-color: #18011F;
}
</style>