Shades of Blackcurrant #18031F
Tints of Blackcurrant #18031F
RGB
CMYK
RGB Variations
Color information
#18031F (or 0x18031F) is known color: Blackcurrant. HEX triplet: 18, 03 and 1F. RGB value is (24,3,31). Sum of RGB (Red+Green+Blue) = 24+3+31=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #18031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18031F is #E7FCE0. Grayscale: #0C0C0C. Windows color (decimal): -15203553 or 2032408. OLE color: 2032408.
HSL color Cylindrical-coordinate representation of color #18031F: hue angle of 285º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18031F is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 3 | 31 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.88 |
| HSL | 285º | 0.82% | 0.07% | - |
| HSV(B) | 285º | 0.9% | 0.12% | - |
| XYZ | 0.66 | 0.36 | 1.33 | - |
| YUV | 12.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 31 | 0.23 | 0.90 | 0 | 0.88 | 285 | 0.82 | 0.07 |
| Hex | 18 | 3 | 1F | 17 | 5A | 0 | 58 | 11D | 52 | 7 |
| Octal | 30 | 3 | 37 | 27 | 132 | 0 | 130 | 435 | 122 | 7 |
| Binary | 11000 | 11 | 11111 | 10111 | 1011010 | 0 | 1011000 | 100011101 | 1010010 | 111 |
Color Harmonies of #18031F
Complementary color
Monochromatic Colors of #18031F
Black with #18031F
Text Example
Text Example
White with #18031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18031F; }
p { color: rgb(24,3,31); }
H1.HeaderClassName
{
color: #18031F;
}
.AnyTagClassName
{
color: #18031F;
}
</style>
background-color css
<style>
a { background-color: #18031F; }
a { background-color: rgb(24,3,31); }
div.DivClassName
{
background-color: #18031F;
}
.BgClassName
{
background-color: #18031F;
}
</style>
border-color css
<style>
span { border-color: #18031F; }
span { border-color: rgb(24,3,31); }
td.TdClassName
{
border-color: #18031F;
}
.TagClassName
{
border-color: #18031F;
}
</style>