Shades of Blackcurrant #180C1F
Tints of Blackcurrant #180C1F
RGB
CMYK
RGB Variations
Color information
#180C1F (or 0x180C1F) is known color: Blackcurrant. HEX triplet: 18, 0C and 1F. RGB value is (24,12,31). Sum of RGB (Red+Green+Blue) = 24+12+31=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #180C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C1F is #E7F3E0. Grayscale: #111111. Windows color (decimal): -15201249 or 2034712. OLE color: 2034712.
HSL color Cylindrical-coordinate representation of color #180C1F: hue angle of 277.89º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #180C1F is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 12 | 31 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.88 |
| HSL | 277.89º | 0.44% | 0.08% | - |
| HSV(B) | 277.89º | 0.61% | 0.12% | - |
| XYZ | 0.76 | 0.56 | 1.36 | - |
| YUV | 17.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 31 | 0.23 | 0.61 | 0 | 0.88 | 277.89 | 0.44 | 0.08 |
| Hex | 18 | C | 1F | 17 | 3D | 0 | 58 | 116 | 2C | 8 |
| Octal | 30 | 14 | 37 | 27 | 75 | 0 | 130 | 426 | 54 | 10 |
| Binary | 11000 | 1100 | 11111 | 10111 | 111101 | 0 | 1011000 | 100010110 | 101100 | 1000 |
Color Harmonies of #180C1F
Complementary color
Monochromatic Colors of #180C1F
Black with #180C1F
Text Example
Text Example
White with #180C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C1F; }
p { color: rgb(24,12,31); }
H1.HeaderClassName
{
color: #180C1F;
}
.AnyTagClassName
{
color: #180C1F;
}
</style>
background-color css
<style>
a { background-color: #180C1F; }
a { background-color: rgb(24,12,31); }
div.DivClassName
{
background-color: #180C1F;
}
.BgClassName
{
background-color: #180C1F;
}
</style>
border-color css
<style>
span { border-color: #180C1F; }
span { border-color: rgb(24,12,31); }
td.TdClassName
{
border-color: #180C1F;
}
.TagClassName
{
border-color: #180C1F;
}
</style>