Shades of Blackcurrant #18032F
Tints of Blackcurrant #18032F
RGB
CMYK
RGB Variations
Color information
#18032F (or 0x18032F) is known color: Blackcurrant. HEX triplet: 18, 03 and 2F. RGB value is (24,3,47). Sum of RGB (Red+Green+Blue) = 24+3+47=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #18032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18032F is #E7FCD0. Grayscale: #0E0E0E. Windows color (decimal): -15203537 or 3080984. OLE color: 3080984.
HSL color Cylindrical-coordinate representation of color #18032F: hue angle of 268.64º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18032F is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 3 | 47 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.82 |
| HSL | 268.64º | 0.88% | 0.1% | - |
| HSV(B) | 268.64º | 0.94% | 0.18% | - |
| XYZ | 0.92 | 0.46 | 2.73 | - |
| YUV | 14.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 47 | 0.49 | 0.94 | 0 | 0.82 | 268.64 | 0.88 | 0.1 |
| Hex | 18 | 3 | 2F | 31 | 5E | 0 | 52 | 10D | 58 | A |
| Octal | 30 | 3 | 57 | 61 | 136 | 0 | 122 | 415 | 130 | 12 |
| Binary | 11000 | 11 | 101111 | 110001 | 1011110 | 0 | 1010010 | 100001101 | 1011000 | 1010 |
Color Harmonies of #18032F
Complementary color
Monochromatic Colors of #18032F
Black with #18032F
Text Example
Text Example
White with #18032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18032F; }
p { color: rgb(24,3,47); }
H1.HeaderClassName
{
color: #18032F;
}
.AnyTagClassName
{
color: #18032F;
}
</style>
background-color css
<style>
a { background-color: #18032F; }
a { background-color: rgb(24,3,47); }
div.DivClassName
{
background-color: #18032F;
}
.BgClassName
{
background-color: #18032F;
}
</style>
border-color css
<style>
span { border-color: #18032F; }
span { border-color: rgb(24,3,47); }
td.TdClassName
{
border-color: #18032F;
}
.TagClassName
{
border-color: #18032F;
}
</style>