Shades of Blackcurrant #18002D
Tints of Blackcurrant #18002D
RGB
CMYK
RGB Variations
Color information
#18002D (or 0x18002D) is known color: Blackcurrant. HEX triplet: 18, 00 and 2D. RGB value is (24,0,45). Sum of RGB (Red+Green+Blue) = 24+0+45=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 45 (17.97% from 255 or 65.22% from 69); Max value from RGB is 45 - color contains mainly: blue. Hex color #18002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18002D is #E7FFD2. Grayscale: #0C0C0C. Windows color (decimal): -15204307 or 2949144. OLE color: 2949144.
HSL color Cylindrical-coordinate representation of color #18002D: hue angle of 272º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18002D is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 0 | 45 | - |
| CMYK | 0.47 | 1 | 0 | 0.82 |
| HSL | 272º | 1% | 0.09% | - |
| HSV(B) | 272º | 1% | 0.18% | - |
| XYZ | 0.85 | 0.38 | 2.51 | - |
| YUV | 12.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 45 | 0.47 | 1 | 0 | 0.82 | 272 | 1 | 0.09 |
| Hex | 18 | 0 | 2D | 2F | 64 | 0 | 52 | 110 | 64 | 9 |
| Octal | 30 | 0 | 55 | 57 | 144 | 0 | 122 | 420 | 144 | 11 |
| Binary | 11000 | 0 | 101101 | 101111 | 1100100 | 0 | 1010010 | 100010000 | 1100100 | 1001 |
Color Harmonies of #18002D
Complementary color
Monochromatic Colors of #18002D
Black with #18002D
Text Example
Text Example
White with #18002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18002D; }
p { color: rgb(24,0,45); }
H1.HeaderClassName
{
color: #18002D;
}
.AnyTagClassName
{
color: #18002D;
}
</style>
background-color css
<style>
a { background-color: #18002D; }
a { background-color: rgb(24,0,45); }
div.DivClassName
{
background-color: #18002D;
}
.BgClassName
{
background-color: #18002D;
}
</style>
border-color css
<style>
span { border-color: #18002D; }
span { border-color: rgb(24,0,45); }
td.TdClassName
{
border-color: #18002D;
}
.TagClassName
{
border-color: #18002D;
}
</style>