Shades of Blackcurrant #18051F
Tints of Blackcurrant #18051F
RGB
CMYK
RGB Variations
Color information
#18051F (or 0x18051F) is known color: Blackcurrant. HEX triplet: 18, 05 and 1F. RGB value is (24,5,31). Sum of RGB (Red+Green+Blue) = 24+5+31=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #18051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18051F is #E7FAE0. Grayscale: #0D0D0D. Windows color (decimal): -15203041 or 2032920. OLE color: 2032920.
HSL color Cylindrical-coordinate representation of color #18051F: hue angle of 283.85º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18051F is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 5 | 31 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.88 |
| HSL | 283.85º | 0.72% | 0.07% | - |
| HSV(B) | 283.85º | 0.84% | 0.12% | - |
| XYZ | 0.68 | 0.4 | 1.34 | - |
| YUV | 13.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 31 | 0.23 | 0.84 | 0 | 0.88 | 283.85 | 0.72 | 0.07 |
| Hex | 18 | 5 | 1F | 17 | 54 | 0 | 58 | 11C | 48 | 7 |
| Octal | 30 | 5 | 37 | 27 | 124 | 0 | 130 | 434 | 110 | 7 |
| Binary | 11000 | 101 | 11111 | 10111 | 1010100 | 0 | 1011000 | 100011100 | 1001000 | 111 |
Color Harmonies of #18051F
Complementary color
Monochromatic Colors of #18051F
Black with #18051F
Text Example
Text Example
White with #18051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18051F; }
p { color: rgb(24,5,31); }
H1.HeaderClassName
{
color: #18051F;
}
.AnyTagClassName
{
color: #18051F;
}
</style>
background-color css
<style>
a { background-color: #18051F; }
a { background-color: rgb(24,5,31); }
div.DivClassName
{
background-color: #18051F;
}
.BgClassName
{
background-color: #18051F;
}
</style>
border-color css
<style>
span { border-color: #18051F; }
span { border-color: rgb(24,5,31); }
td.TdClassName
{
border-color: #18051F;
}
.TagClassName
{
border-color: #18051F;
}
</style>