Shades of Blackcurrant #180A2F
Tints of Blackcurrant #180A2F
RGB
CMYK
RGB Variations
Color information
#180A2F (or 0x180A2F) is known color: Blackcurrant. HEX triplet: 18, 0A and 2F. RGB value is (24,10,47). Sum of RGB (Red+Green+Blue) = 24+10+47=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #180A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A2F is #E7F5D0. Grayscale: #121212. Windows color (decimal): -15201745 or 3082776. OLE color: 3082776.
HSL color Cylindrical-coordinate representation of color #180A2F: hue angle of 262.7º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180A2F is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 10 | 47 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.82 |
| HSL | 262.7º | 0.65% | 0.11% | - |
| HSV(B) | 262.7º | 0.79% | 0.18% | - |
| XYZ | 1 | 0.62 | 2.76 | - |
| YUV | 18.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 47 | 0.49 | 0.79 | 0 | 0.82 | 262.7 | 0.65 | 0.11 |
| Hex | 18 | A | 2F | 31 | 4F | 0 | 52 | 107 | 41 | B |
| Octal | 30 | 12 | 57 | 61 | 117 | 0 | 122 | 407 | 101 | 13 |
| Binary | 11000 | 1010 | 101111 | 110001 | 1001111 | 0 | 1010010 | 100000111 | 1000001 | 1011 |
Color Harmonies of #180A2F
Complementary color
Monochromatic Colors of #180A2F
Black with #180A2F
Text Example
Text Example
White with #180A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A2F; }
p { color: rgb(24,10,47); }
H1.HeaderClassName
{
color: #180A2F;
}
.AnyTagClassName
{
color: #180A2F;
}
</style>
background-color css
<style>
a { background-color: #180A2F; }
a { background-color: rgb(24,10,47); }
div.DivClassName
{
background-color: #180A2F;
}
.BgClassName
{
background-color: #180A2F;
}
</style>
border-color css
<style>
span { border-color: #180A2F; }
span { border-color: rgb(24,10,47); }
td.TdClassName
{
border-color: #180A2F;
}
.TagClassName
{
border-color: #180A2F;
}
</style>