Shades of Blackcurrant #18071F
Tints of Blackcurrant #18071F
RGB
CMYK
RGB Variations
Color information
#18071F (or 0x18071F) is known color: Blackcurrant. HEX triplet: 18, 07 and 1F. RGB value is (24,7,31). Sum of RGB (Red+Green+Blue) = 24+7+31=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #18071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18071F is #E7F8E0. Grayscale: #0E0E0E. Windows color (decimal): -15202529 or 2033432. OLE color: 2033432.
HSL color Cylindrical-coordinate representation of color #18071F: hue angle of 282.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18071F is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 7 | 31 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.88 |
| HSL | 282.5º | 0.63% | 0.07% | - |
| HSV(B) | 282.5º | 0.77% | 0.12% | - |
| XYZ | 0.7 | 0.45 | 1.35 | - |
| YUV | 14.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 31 | 0.23 | 0.77 | 0 | 0.88 | 282.5 | 0.63 | 0.07 |
| Hex | 18 | 7 | 1F | 17 | 4D | 0 | 58 | 11A | 3F | 7 |
| Octal | 30 | 7 | 37 | 27 | 115 | 0 | 130 | 432 | 77 | 7 |
| Binary | 11000 | 111 | 11111 | 10111 | 1001101 | 0 | 1011000 | 100011010 | 111111 | 111 |
Color Harmonies of #18071F
Complementary color
Monochromatic Colors of #18071F
Black with #18071F
Text Example
Text Example
White with #18071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18071F; }
p { color: rgb(24,7,31); }
H1.HeaderClassName
{
color: #18071F;
}
.AnyTagClassName
{
color: #18071F;
}
</style>
background-color css
<style>
a { background-color: #18071F; }
a { background-color: rgb(24,7,31); }
div.DivClassName
{
background-color: #18071F;
}
.BgClassName
{
background-color: #18071F;
}
</style>
border-color css
<style>
span { border-color: #18071F; }
span { border-color: rgb(24,7,31); }
td.TdClassName
{
border-color: #18071F;
}
.TagClassName
{
border-color: #18071F;
}
</style>