Shades of Blackcurrant #18003F
Tints of Blackcurrant #18003F
RGB
CMYK
RGB Variations
Color information
#18003F (or 0x18003F) is known color: Blackcurrant. HEX triplet: 18, 00 and 3F. RGB value is (24,0,63). Sum of RGB (Red+Green+Blue) = 24+0+63=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 63 (25% from 255 or 72.41% from 87); Max value from RGB is 63 - color contains mainly: blue. Hex color #18003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18003F is #E7FFC0. Grayscale: #0E0E0E. Windows color (decimal): -15204289 or 4128792. OLE color: 4128792.
HSL color Cylindrical-coordinate representation of color #18003F: hue angle of 262.86º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18003F is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 0 | 63 | - |
| CMYK | 0.62 | 1 | 0 | 0.75 |
| HSL | 262.86º | 1% | 0.12% | - |
| HSV(B) | 262.86º | 1% | 0.25% | - |
| XYZ | 1.27 | 0.55 | 4.74 | - |
| YUV | 14.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 63 | 0.62 | 1 | 0 | 0.75 | 262.86 | 1 | 0.12 |
| Hex | 18 | 0 | 3F | 3E | 64 | 0 | 4B | 107 | 64 | C |
| Octal | 30 | 0 | 77 | 76 | 144 | 0 | 113 | 407 | 144 | 14 |
| Binary | 11000 | 0 | 111111 | 111110 | 1100100 | 0 | 1001011 | 100000111 | 1100100 | 1100 |
Color Harmonies of #18003F
Complementary color
Monochromatic Colors of #18003F
Black with #18003F
Text Example
Text Example
White with #18003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18003F; }
p { color: rgb(24,0,63); }
H1.HeaderClassName
{
color: #18003F;
}
.AnyTagClassName
{
color: #18003F;
}
</style>
background-color css
<style>
a { background-color: #18003F; }
a { background-color: rgb(24,0,63); }
div.DivClassName
{
background-color: #18003F;
}
.BgClassName
{
background-color: #18003F;
}
</style>
border-color css
<style>
span { border-color: #18003F; }
span { border-color: rgb(24,0,63); }
td.TdClassName
{
border-color: #18003F;
}
.TagClassName
{
border-color: #18003F;
}
</style>