Shades of Blackcurrant #18013E
Tints of Blackcurrant #18013E
RGB
CMYK
RGB Variations
Color information
#18013E (or 0x18013E) is known color: Blackcurrant. HEX triplet: 18, 01 and 3E. RGB value is (24,1,62). Sum of RGB (Red+Green+Blue) = 24+1+62=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 62 (24.61% from 255 or 71.26% from 87); Max value from RGB is 62 - color contains mainly: blue. Hex color #18013E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18013E is #E7FEC1. Grayscale: #0E0E0E. Windows color (decimal): -15204034 or 4063512. OLE color: 4063512.
HSL color Cylindrical-coordinate representation of color #18013E: hue angle of 262.62º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18013E is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 1 | 62 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.76 |
| HSL | 262.62º | 0.97% | 0.12% | - |
| HSV(B) | 262.62º | 0.98% | 0.24% | - |
| XYZ | 1.26 | 0.56 | 4.6 | - |
| YUV | 14.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 62 | 0.61 | 0.98 | 0 | 0.76 | 262.62 | 0.97 | 0.12 |
| Hex | 18 | 1 | 3E | 3D | 62 | 0 | 4C | 107 | 61 | C |
| Octal | 30 | 1 | 76 | 75 | 142 | 0 | 114 | 407 | 141 | 14 |
| Binary | 11000 | 1 | 111110 | 111101 | 1100010 | 0 | 1001100 | 100000111 | 1100001 | 1100 |
Color Harmonies of #18013E
Complementary color
Monochromatic Colors of #18013E
Black with #18013E
Text Example
Text Example
White with #18013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18013E; }
p { color: rgb(24,1,62); }
H1.HeaderClassName
{
color: #18013E;
}
.AnyTagClassName
{
color: #18013E;
}
</style>
background-color css
<style>
a { background-color: #18013E; }
a { background-color: rgb(24,1,62); }
div.DivClassName
{
background-color: #18013E;
}
.BgClassName
{
background-color: #18013E;
}
</style>
border-color css
<style>
span { border-color: #18013E; }
span { border-color: rgb(24,1,62); }
td.TdClassName
{
border-color: #18013E;
}
.TagClassName
{
border-color: #18013E;
}
</style>