Shades of Blackcurrant #18023D
Tints of Blackcurrant #18023D
RGB
CMYK
RGB Variations
Color information
#18023D (or 0x18023D) is known color: Blackcurrant. HEX triplet: 18, 02 and 3D. RGB value is (24,2,61). Sum of RGB (Red+Green+Blue) = 24+2+61=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #18023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18023D is #E7FDC2. Grayscale: #0F0F0F. Windows color (decimal): -15203779 or 3998232. OLE color: 3998232.
HSL color Cylindrical-coordinate representation of color #18023D: hue angle of 262.37º 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 #18023D is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 2 | 61 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.76 |
| HSL | 262.37º | 0.94% | 0.12% | - |
| HSV(B) | 262.37º | 0.97% | 0.24% | - |
| XYZ | 1.24 | 0.57 | 4.46 | - |
| YUV | 15.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 61 | 0.61 | 0.97 | 0 | 0.76 | 262.37 | 0.94 | 0.12 |
| Hex | 18 | 2 | 3D | 3D | 61 | 0 | 4C | 106 | 5E | C |
| Octal | 30 | 2 | 75 | 75 | 141 | 0 | 114 | 406 | 136 | 14 |
| Binary | 11000 | 10 | 111101 | 111101 | 1100001 | 0 | 1001100 | 100000110 | 1011110 | 1100 |
Color Harmonies of #18023D
Complementary color
Monochromatic Colors of #18023D
Black with #18023D
Text Example
Text Example
White with #18023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18023D; }
p { color: rgb(24,2,61); }
H1.HeaderClassName
{
color: #18023D;
}
.AnyTagClassName
{
color: #18023D;
}
</style>
background-color css
<style>
a { background-color: #18023D; }
a { background-color: rgb(24,2,61); }
div.DivClassName
{
background-color: #18023D;
}
.BgClassName
{
background-color: #18023D;
}
</style>
border-color css
<style>
span { border-color: #18023D; }
span { border-color: rgb(24,2,61); }
td.TdClassName
{
border-color: #18023D;
}
.TagClassName
{
border-color: #18023D;
}
</style>