Shades of Blackcurrant #180F29
Tints of Blackcurrant #180F29
RGB
CMYK
RGB Variations
Color information
#180F29 (or 0x180F29) is known color: Blackcurrant. HEX triplet: 18, 0F and 29. RGB value is (24,15,41). Sum of RGB (Red+Green+Blue) = 24+15+41=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #180F29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180F29 is #E7F0D6. Grayscale: #141414. Windows color (decimal): -15200471 or 2690840. OLE color: 2690840.
HSL color Cylindrical-coordinate representation of color #180F29: hue angle of 260.77º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #180F29 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 15 | 41 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.84 |
| HSL | 260.77º | 0.46% | 0.11% | - |
| HSV(B) | 260.77º | 0.63% | 0.16% | - |
| XYZ | 0.95 | 0.7 | 2.18 | - |
| YUV | 20.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 41 | 0.41 | 0.63 | 0 | 0.84 | 260.77 | 0.46 | 0.11 |
| Hex | 18 | F | 29 | 29 | 3F | 0 | 54 | 105 | 2E | B |
| Octal | 30 | 17 | 51 | 51 | 77 | 0 | 124 | 405 | 56 | 13 |
| Binary | 11000 | 1111 | 101001 | 101001 | 111111 | 0 | 1010100 | 100000101 | 101110 | 1011 |
Color Harmonies of #180F29
Complementary color
Monochromatic Colors of #180F29
Black with #180F29
Text Example
Text Example
White with #180F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F29; }
p { color: rgb(24,15,41); }
H1.HeaderClassName
{
color: #180F29;
}
.AnyTagClassName
{
color: #180F29;
}
</style>
background-color css
<style>
a { background-color: #180F29; }
a { background-color: rgb(24,15,41); }
div.DivClassName
{
background-color: #180F29;
}
.BgClassName
{
background-color: #180F29;
}
</style>
border-color css
<style>
span { border-color: #180F29; }
span { border-color: rgb(24,15,41); }
td.TdClassName
{
border-color: #180F29;
}
.TagClassName
{
border-color: #180F29;
}
</style>