Shades of Blackcurrant #18072F
Tints of Blackcurrant #18072F
RGB
CMYK
RGB Variations
Color information
#18072F (or 0x18072F) is known color: Blackcurrant. HEX triplet: 18, 07 and 2F. RGB value is (24,7,47). Sum of RGB (Red+Green+Blue) = 24+7+47=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 47 (18.75% from 255 or 60.26% from 78); Max value from RGB is 47 - color contains mainly: blue. Hex color #18072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18072F is #E7F8D0. Grayscale: #101010. Windows color (decimal): -15202513 or 3082008. OLE color: 3082008.
HSL color Cylindrical-coordinate representation of color #18072F: hue angle of 265.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18072F is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 7 | 47 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.82 |
| HSL | 265.5º | 0.74% | 0.11% | - |
| HSV(B) | 265.5º | 0.85% | 0.18% | - |
| XYZ | 0.97 | 0.55 | 2.74 | - |
| YUV | 16.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 47 | 0.49 | 0.85 | 0 | 0.82 | 265.5 | 0.74 | 0.11 |
| Hex | 18 | 7 | 2F | 31 | 55 | 0 | 52 | 10A | 4A | B |
| Octal | 30 | 7 | 57 | 61 | 125 | 0 | 122 | 412 | 112 | 13 |
| Binary | 11000 | 111 | 101111 | 110001 | 1010101 | 0 | 1010010 | 100001010 | 1001010 | 1011 |
Color Harmonies of #18072F
Complementary color
Monochromatic Colors of #18072F
Black with #18072F
Text Example
Text Example
White with #18072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18072F; }
p { color: rgb(24,7,47); }
H1.HeaderClassName
{
color: #18072F;
}
.AnyTagClassName
{
color: #18072F;
}
</style>
background-color css
<style>
a { background-color: #18072F; }
a { background-color: rgb(24,7,47); }
div.DivClassName
{
background-color: #18072F;
}
.BgClassName
{
background-color: #18072F;
}
</style>
border-color css
<style>
span { border-color: #18072F; }
span { border-color: rgb(24,7,47); }
td.TdClassName
{
border-color: #18072F;
}
.TagClassName
{
border-color: #18072F;
}
</style>