Shades of Blackcurrant #180724
Tints of Blackcurrant #180724
RGB
CMYK
RGB Variations
Color information
#180724 (or 0x180724) is known color: Blackcurrant. HEX triplet: 18, 07 and 24. RGB value is (24,7,36). Sum of RGB (Red+Green+Blue) = 24+7+36=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #180724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180724 is #E7F8DB. Grayscale: #0F0F0F. Windows color (decimal): -15202524 or 2361112. OLE color: 2361112.
HSL color Cylindrical-coordinate representation of color #180724: hue angle of 275.17º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #180724 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 7 | 36 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.86 |
| HSL | 275.17º | 0.67% | 0.08% | - |
| HSV(B) | 275.17º | 0.81% | 0.14% | - |
| XYZ | 0.77 | 0.47 | 1.72 | - |
| YUV | 15.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 36 | 0.33 | 0.81 | 0 | 0.86 | 275.17 | 0.67 | 0.08 |
| Hex | 18 | 7 | 24 | 21 | 51 | 0 | 56 | 113 | 43 | 8 |
| Octal | 30 | 7 | 44 | 41 | 121 | 0 | 126 | 423 | 103 | 10 |
| Binary | 11000 | 111 | 100100 | 100001 | 1010001 | 0 | 1010110 | 100010011 | 1000011 | 1000 |
Color Harmonies of #180724
Complementary color
Monochromatic Colors of #180724
Black with #180724
Text Example
Text Example
White with #180724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180724; }
p { color: rgb(24,7,36); }
H1.HeaderClassName
{
color: #180724;
}
.AnyTagClassName
{
color: #180724;
}
</style>
background-color css
<style>
a { background-color: #180724; }
a { background-color: rgb(24,7,36); }
div.DivClassName
{
background-color: #180724;
}
.BgClassName
{
background-color: #180724;
}
</style>
border-color css
<style>
span { border-color: #180724; }
span { border-color: rgb(24,7,36); }
td.TdClassName
{
border-color: #180724;
}
.TagClassName
{
border-color: #180724;
}
</style>