Shades of Blackcurrant #18072B
Tints of Blackcurrant #18072B
RGB
CMYK
RGB Variations
Color information
#18072B (or 0x18072B) is known color: Blackcurrant. HEX triplet: 18, 07 and 2B. RGB value is (24,7,43). Sum of RGB (Red+Green+Blue) = 24+7+43=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #18072B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18072B is #E7F8D4. Grayscale: #101010. Windows color (decimal): -15202517 or 2819864. OLE color: 2819864.
HSL color Cylindrical-coordinate representation of color #18072B: hue angle of 268.33º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18072B is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 7 | 43 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.83 |
| HSL | 268.33º | 0.72% | 0.1% | - |
| HSV(B) | 268.33º | 0.84% | 0.17% | - |
| XYZ | 0.89 | 0.52 | 2.34 | - |
| YUV | 16.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 43 | 0.44 | 0.84 | 0 | 0.83 | 268.33 | 0.72 | 0.1 |
| Hex | 18 | 7 | 2B | 2C | 54 | 0 | 53 | 10C | 48 | A |
| Octal | 30 | 7 | 53 | 54 | 124 | 0 | 123 | 414 | 110 | 12 |
| Binary | 11000 | 111 | 101011 | 101100 | 1010100 | 0 | 1010011 | 100001100 | 1001000 | 1010 |
Color Harmonies of #18072B
Complementary color
Monochromatic Colors of #18072B
Black with #18072B
Text Example
Text Example
White with #18072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18072B; }
p { color: rgb(24,7,43); }
H1.HeaderClassName
{
color: #18072B;
}
.AnyTagClassName
{
color: #18072B;
}
</style>
background-color css
<style>
a { background-color: #18072B; }
a { background-color: rgb(24,7,43); }
div.DivClassName
{
background-color: #18072B;
}
.BgClassName
{
background-color: #18072B;
}
</style>
border-color css
<style>
span { border-color: #18072B; }
span { border-color: rgb(24,7,43); }
td.TdClassName
{
border-color: #18072B;
}
.TagClassName
{
border-color: #18072B;
}
</style>