Shades of Blackcurrant #180D25
Tints of Blackcurrant #180D25
RGB
CMYK
RGB Variations
Color information
#180D25 (or 0x180D25) is known color: Blackcurrant. HEX triplet: 18, 0D and 25. RGB value is (24,13,37). Sum of RGB (Red+Green+Blue) = 24+13+37=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #180D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D25 is #E7F2DA. Grayscale: #121212. Windows color (decimal): -15200987 or 2428184. OLE color: 2428184.
HSL color Cylindrical-coordinate representation of color #180D25: hue angle of 267.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #180D25 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 13 | 37 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.85 |
| HSL | 267.5º | 0.48% | 0.1% | - |
| HSV(B) | 267.5º | 0.65% | 0.15% | - |
| XYZ | 0.85 | 0.62 | 1.82 | - |
| YUV | 19.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 37 | 0.35 | 0.65 | 0 | 0.85 | 267.5 | 0.48 | 0.1 |
| Hex | 18 | D | 25 | 23 | 41 | 0 | 55 | 10C | 30 | A |
| Octal | 30 | 15 | 45 | 43 | 101 | 0 | 125 | 414 | 60 | 12 |
| Binary | 11000 | 1101 | 100101 | 100011 | 1000001 | 0 | 1010101 | 100001100 | 110000 | 1010 |
Color Harmonies of #180D25
Complementary color
Monochromatic Colors of #180D25
Black with #180D25
Text Example
Text Example
White with #180D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D25; }
p { color: rgb(24,13,37); }
H1.HeaderClassName
{
color: #180D25;
}
.AnyTagClassName
{
color: #180D25;
}
</style>
background-color css
<style>
a { background-color: #180D25; }
a { background-color: rgb(24,13,37); }
div.DivClassName
{
background-color: #180D25;
}
.BgClassName
{
background-color: #180D25;
}
</style>
border-color css
<style>
span { border-color: #180D25; }
span { border-color: rgb(24,13,37); }
td.TdClassName
{
border-color: #180D25;
}
.TagClassName
{
border-color: #180D25;
}
</style>