Shades of Blackcurrant #18013D
Tints of Blackcurrant #18013D
RGB
CMYK
RGB Variations
Color information
#18013D (or 0x18013D) is known color: Blackcurrant. HEX triplet: 18, 01 and 3D. RGB value is (24,1,61). Sum of RGB (Red+Green+Blue) = 24+1+61=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 61 (24.22% from 255 or 70.93% from 86); Max value from RGB is 61 - color contains mainly: blue. Hex color #18013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18013D is #E7FEC2. Grayscale: #0E0E0E. Windows color (decimal): -15204035 or 3997976. OLE color: 3997976.
HSL color Cylindrical-coordinate representation of color #18013D: hue angle of 263º 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 #18013D is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 1 | 61 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.76 |
| HSL | 263º | 0.97% | 0.12% | - |
| HSV(B) | 263º | 0.98% | 0.24% | - |
| XYZ | 1.23 | 0.55 | 4.46 | - |
| YUV | 14.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 61 | 0.61 | 0.98 | 0 | 0.76 | 263 | 0.97 | 0.12 |
| Hex | 18 | 1 | 3D | 3D | 62 | 0 | 4C | 107 | 61 | C |
| Octal | 30 | 1 | 75 | 75 | 142 | 0 | 114 | 407 | 141 | 14 |
| Binary | 11000 | 1 | 111101 | 111101 | 1100010 | 0 | 1001100 | 100000111 | 1100001 | 1100 |
Color Harmonies of #18013D
Complementary color
Monochromatic Colors of #18013D
Black with #18013D
Text Example
Text Example
White with #18013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18013D; }
p { color: rgb(24,1,61); }
H1.HeaderClassName
{
color: #18013D;
}
.AnyTagClassName
{
color: #18013D;
}
</style>
background-color css
<style>
a { background-color: #18013D; }
a { background-color: rgb(24,1,61); }
div.DivClassName
{
background-color: #18013D;
}
.BgClassName
{
background-color: #18013D;
}
</style>
border-color css
<style>
span { border-color: #18013D; }
span { border-color: rgb(24,1,61); }
td.TdClassName
{
border-color: #18013D;
}
.TagClassName
{
border-color: #18013D;
}
</style>