Shades of Blackcurrant #180D29
Tints of Blackcurrant #180D29
RGB
CMYK
RGB Variations
Color information
#180D29 (or 0x180D29) is known color: Blackcurrant. HEX triplet: 18, 0D and 29. RGB value is (24,13,41). Sum of RGB (Red+Green+Blue) = 24+13+41=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #180D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D29 is #E7F2D6. Grayscale: #131313. Windows color (decimal): -15200983 or 2690328. OLE color: 2690328.
HSL color Cylindrical-coordinate representation of color #180D29: hue angle of 263.57º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #180D29 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 13 | 41 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.84 |
| HSL | 263.57º | 0.52% | 0.11% | - |
| HSV(B) | 263.57º | 0.68% | 0.16% | - |
| XYZ | 0.92 | 0.64 | 2.17 | - |
| YUV | 19.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 41 | 0.41 | 0.68 | 0 | 0.84 | 263.57 | 0.52 | 0.11 |
| Hex | 18 | D | 29 | 29 | 44 | 0 | 54 | 108 | 34 | B |
| Octal | 30 | 15 | 51 | 51 | 104 | 0 | 124 | 410 | 64 | 13 |
| Binary | 11000 | 1101 | 101001 | 101001 | 1000100 | 0 | 1010100 | 100001000 | 110100 | 1011 |
Color Harmonies of #180D29
Complementary color
Monochromatic Colors of #180D29
Black with #180D29
Text Example
Text Example
White with #180D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D29; }
p { color: rgb(24,13,41); }
H1.HeaderClassName
{
color: #180D29;
}
.AnyTagClassName
{
color: #180D29;
}
</style>
background-color css
<style>
a { background-color: #180D29; }
a { background-color: rgb(24,13,41); }
div.DivClassName
{
background-color: #180D29;
}
.BgClassName
{
background-color: #180D29;
}
</style>
border-color css
<style>
span { border-color: #180D29; }
span { border-color: rgb(24,13,41); }
td.TdClassName
{
border-color: #180D29;
}
.TagClassName
{
border-color: #180D29;
}
</style>