Shades of Blackcurrant #18081C
Tints of Blackcurrant #18081C
RGB
CMYK
RGB Variations
Color information
#18081C (or 0x18081C) is known color: Blackcurrant. HEX triplet: 18, 08 and 1C. RGB value is (24,8,28). Sum of RGB (Red+Green+Blue) = 24+8+28=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #18081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18081C is #E7F7E3. Grayscale: #0E0E0E. Windows color (decimal): -15202276 or 1837080. OLE color: 1837080.
HSL color Cylindrical-coordinate representation of color #18081C: hue angle of 288º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18081C is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 8 | 28 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.89 |
| HSL | 288º | 0.56% | 0.07% | - |
| HSV(B) | 288º | 0.71% | 0.11% | - |
| XYZ | 0.67 | 0.45 | 1.15 | - |
| YUV | 15.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 28 | 0.14 | 0.71 | 0 | 0.89 | 288 | 0.56 | 0.07 |
| Hex | 18 | 8 | 1C | E | 47 | 0 | 59 | 120 | 38 | 7 |
| Octal | 30 | 10 | 34 | 16 | 107 | 0 | 131 | 440 | 70 | 7 |
| Binary | 11000 | 1000 | 11100 | 1110 | 1000111 | 0 | 1011001 | 100100000 | 111000 | 111 |
Color Harmonies of #18081C
Complementary color
Monochromatic Colors of #18081C
Black with #18081C
Text Example
Text Example
White with #18081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18081C; }
p { color: rgb(24,8,28); }
H1.HeaderClassName
{
color: #18081C;
}
.AnyTagClassName
{
color: #18081C;
}
</style>
background-color css
<style>
a { background-color: #18081C; }
a { background-color: rgb(24,8,28); }
div.DivClassName
{
background-color: #18081C;
}
.BgClassName
{
background-color: #18081C;
}
</style>
border-color css
<style>
span { border-color: #18081C; }
span { border-color: rgb(24,8,28); }
td.TdClassName
{
border-color: #18081C;
}
.TagClassName
{
border-color: #18081C;
}
</style>