Shades of Blackcurrant #18023F
Tints of Blackcurrant #18023F
RGB
CMYK
RGB Variations
Color information
#18023F (or 0x18023F) is known color: Blackcurrant. HEX triplet: 18, 02 and 3F. RGB value is (24,2,63). Sum of RGB (Red+Green+Blue) = 24+2+63=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 63 (25% from 255 or 70.79% from 89); Max value from RGB is 63 - color contains mainly: blue. Hex color #18023F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18023F is #E7FDC0. Grayscale: #0F0F0F. Windows color (decimal): -15203777 or 4129304. OLE color: 4129304.
HSL color Cylindrical-coordinate representation of color #18023F: hue angle of 261.64º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18023F is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 2 | 63 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.75 |
| HSL | 261.64º | 0.94% | 0.13% | - |
| HSV(B) | 261.64º | 0.97% | 0.25% | - |
| XYZ | 1.3 | 0.6 | 4.75 | - |
| YUV | 15.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 63 | 0.62 | 0.97 | 0 | 0.75 | 261.64 | 0.94 | 0.13 |
| Hex | 18 | 2 | 3F | 3E | 61 | 0 | 4B | 106 | 5E | D |
| Octal | 30 | 2 | 77 | 76 | 141 | 0 | 113 | 406 | 136 | 15 |
| Binary | 11000 | 10 | 111111 | 111110 | 1100001 | 0 | 1001011 | 100000110 | 1011110 | 1101 |
Color Harmonies of #18023F
Complementary color
Monochromatic Colors of #18023F
Black with #18023F
Text Example
Text Example
White with #18023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18023F; }
p { color: rgb(24,2,63); }
H1.HeaderClassName
{
color: #18023F;
}
.AnyTagClassName
{
color: #18023F;
}
</style>
background-color css
<style>
a { background-color: #18023F; }
a { background-color: rgb(24,2,63); }
div.DivClassName
{
background-color: #18023F;
}
.BgClassName
{
background-color: #18023F;
}
</style>
border-color css
<style>
span { border-color: #18023F; }
span { border-color: rgb(24,2,63); }
td.TdClassName
{
border-color: #18023F;
}
.TagClassName
{
border-color: #18023F;
}
</style>