Shades of Blackcurrant #180D2D
Tints of Blackcurrant #180D2D
RGB
CMYK
RGB Variations
Color information
#180D2D (or 0x180D2D) is known color: Blackcurrant. HEX triplet: 18, 0D and 2D. RGB value is (24,13,45). Sum of RGB (Red+Green+Blue) = 24+13+45=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #180D2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D2D is #E7F2D2. Grayscale: #131313. Windows color (decimal): -15200979 or 2952472. OLE color: 2952472.
HSL color Cylindrical-coordinate representation of color #180D2D: hue angle of 260.62º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180D2D is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 13 | 45 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.82 |
| HSL | 260.63º | 0.55% | 0.11% | - |
| HSV(B) | 260.63º | 0.71% | 0.18% | - |
| XYZ | 0.99 | 0.67 | 2.56 | - |
| YUV | 19.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 45 | 0.47 | 0.71 | 0 | 0.82 | 260.63 | 0.55 | 0.11 |
| Hex | 18 | D | 2D | 2F | 47 | 0 | 52 | 105 | 37 | B |
| Octal | 30 | 15 | 55 | 57 | 107 | 0 | 122 | 405 | 67 | 13 |
| Binary | 11000 | 1101 | 101101 | 101111 | 1000111 | 0 | 1010010 | 100000101 | 110111 | 1011 |
Color Harmonies of #180D2D
Complementary color
Monochromatic Colors of #180D2D
Black with #180D2D
Text Example
Text Example
White with #180D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D2D; }
p { color: rgb(24,13,45); }
H1.HeaderClassName
{
color: #180D2D;
}
.AnyTagClassName
{
color: #180D2D;
}
</style>
background-color css
<style>
a { background-color: #180D2D; }
a { background-color: rgb(24,13,45); }
div.DivClassName
{
background-color: #180D2D;
}
.BgClassName
{
background-color: #180D2D;
}
</style>
border-color css
<style>
span { border-color: #180D2D; }
span { border-color: rgb(24,13,45); }
td.TdClassName
{
border-color: #180D2D;
}
.TagClassName
{
border-color: #180D2D;
}
</style>