Shades of Blackcurrant #180A1F
Tints of Blackcurrant #180A1F
RGB
CMYK
RGB Variations
Color information
#180A1F (or 0x180A1F) is known color: Blackcurrant. HEX triplet: 18, 0A and 1F. RGB value is (24,10,31). Sum of RGB (Red+Green+Blue) = 24+10+31=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #180A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A1F is #E7F5E0. Grayscale: #101010. Windows color (decimal): -15201761 or 2034200. OLE color: 2034200.
HSL color Cylindrical-coordinate representation of color #180A1F: hue angle of 280º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #180A1F is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 10 | 31 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.88 |
| HSL | 280º | 0.51% | 0.08% | - |
| HSV(B) | 280º | 0.68% | 0.12% | - |
| XYZ | 0.73 | 0.51 | 1.36 | - |
| YUV | 16.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 31 | 0.23 | 0.68 | 0 | 0.88 | 280 | 0.51 | 0.08 |
| Hex | 18 | A | 1F | 17 | 44 | 0 | 58 | 118 | 33 | 8 |
| Octal | 30 | 12 | 37 | 27 | 104 | 0 | 130 | 430 | 63 | 10 |
| Binary | 11000 | 1010 | 11111 | 10111 | 1000100 | 0 | 1011000 | 100011000 | 110011 | 1000 |
Color Harmonies of #180A1F
Complementary color
Monochromatic Colors of #180A1F
Black with #180A1F
Text Example
Text Example
White with #180A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A1F; }
p { color: rgb(24,10,31); }
H1.HeaderClassName
{
color: #180A1F;
}
.AnyTagClassName
{
color: #180A1F;
}
</style>
background-color css
<style>
a { background-color: #180A1F; }
a { background-color: rgb(24,10,31); }
div.DivClassName
{
background-color: #180A1F;
}
.BgClassName
{
background-color: #180A1F;
}
</style>
border-color css
<style>
span { border-color: #180A1F; }
span { border-color: rgb(24,10,31); }
td.TdClassName
{
border-color: #180A1F;
}
.TagClassName
{
border-color: #180A1F;
}
</style>