Shades of Blackcurrant #180A29
Tints of Blackcurrant #180A29
RGB
CMYK
RGB Variations
Color information
#180A29 (or 0x180A29) is known color: Blackcurrant. HEX triplet: 18, 0A and 29. RGB value is (24,10,41). Sum of RGB (Red+Green+Blue) = 24+10+41=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #180A29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A29 is #E7F5D6. Grayscale: #111111. Windows color (decimal): -15201751 or 2689560. OLE color: 2689560.
HSL color Cylindrical-coordinate representation of color #180A29: hue angle of 267.1º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #180A29 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 10 | 41 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.84 |
| HSL | 267.1º | 0.61% | 0.1% | - |
| HSV(B) | 267.1º | 0.76% | 0.16% | - |
| XYZ | 0.89 | 0.57 | 2.16 | - |
| YUV | 17.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 41 | 0.41 | 0.76 | 0 | 0.84 | 267.1 | 0.61 | 0.1 |
| Hex | 18 | A | 29 | 29 | 4C | 0 | 54 | 10B | 3D | A |
| Octal | 30 | 12 | 51 | 51 | 114 | 0 | 124 | 413 | 75 | 12 |
| Binary | 11000 | 1010 | 101001 | 101001 | 1001100 | 0 | 1010100 | 100001011 | 111101 | 1010 |
Color Harmonies of #180A29
Complementary color
Monochromatic Colors of #180A29
Black with #180A29
Text Example
Text Example
White with #180A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A29; }
p { color: rgb(24,10,41); }
H1.HeaderClassName
{
color: #180A29;
}
.AnyTagClassName
{
color: #180A29;
}
</style>
background-color css
<style>
a { background-color: #180A29; }
a { background-color: rgb(24,10,41); }
div.DivClassName
{
background-color: #180A29;
}
.BgClassName
{
background-color: #180A29;
}
</style>
border-color css
<style>
span { border-color: #180A29; }
span { border-color: rgb(24,10,41); }
td.TdClassName
{
border-color: #180A29;
}
.TagClassName
{
border-color: #180A29;
}
</style>