Shades of Blackcurrant #18023C
Tints of Blackcurrant #18023C
RGB
CMYK
RGB Variations
Color information
#18023C (or 0x18023C) is known color: Blackcurrant. HEX triplet: 18, 02 and 3C. RGB value is (24,2,60). Sum of RGB (Red+Green+Blue) = 24+2+60=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #18023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18023C is #E7FDC3. Grayscale: #0E0E0E. Windows color (decimal): -15203780 or 3932696. OLE color: 3932696.
HSL color Cylindrical-coordinate representation of color #18023C: hue angle of 262.76º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18023C is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 2 | 60 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.76 |
| HSL | 262.76º | 0.94% | 0.12% | - |
| HSV(B) | 262.76º | 0.97% | 0.24% | - |
| XYZ | 1.21 | 0.56 | 4.32 | - |
| YUV | 15.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 60 | 0.60 | 0.97 | 0 | 0.76 | 262.76 | 0.94 | 0.12 |
| Hex | 18 | 2 | 3C | 3C | 61 | 0 | 4C | 107 | 5E | C |
| Octal | 30 | 2 | 74 | 74 | 141 | 0 | 114 | 407 | 136 | 14 |
| Binary | 11000 | 10 | 111100 | 111100 | 1100001 | 0 | 1001100 | 100000111 | 1011110 | 1100 |
Color Harmonies of #18023C
Complementary color
Monochromatic Colors of #18023C
Black with #18023C
Text Example
Text Example
White with #18023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18023C; }
p { color: rgb(24,2,60); }
H1.HeaderClassName
{
color: #18023C;
}
.AnyTagClassName
{
color: #18023C;
}
</style>
background-color css
<style>
a { background-color: #18023C; }
a { background-color: rgb(24,2,60); }
div.DivClassName
{
background-color: #18023C;
}
.BgClassName
{
background-color: #18023C;
}
</style>
border-color css
<style>
span { border-color: #18023C; }
span { border-color: rgb(24,2,60); }
td.TdClassName
{
border-color: #18023C;
}
.TagClassName
{
border-color: #18023C;
}
</style>