Shades of Blackcurrant #180A23
Tints of Blackcurrant #180A23
RGB
CMYK
RGB Variations
Color information
#180A23 (or 0x180A23) is known color: Blackcurrant. HEX triplet: 18, 0A and 23. RGB value is (24,10,35). Sum of RGB (Red+Green+Blue) = 24+10+35=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 35 (14.06% from 255 or 50.72% from 69); Max value from RGB is 35 - color contains mainly: blue. Hex color #180A23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A23 is #E7F5DC. Grayscale: #101010. Windows color (decimal): -15201757 or 2296344. OLE color: 2296344.
HSL color Cylindrical-coordinate representation of color #180A23: hue angle of 273.6º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180A23 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 10 | 35 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.86 |
| HSL | 273.6º | 0.56% | 0.09% | - |
| HSV(B) | 273.6º | 0.71% | 0.14% | - |
| XYZ | 0.79 | 0.53 | 1.65 | - |
| YUV | 17.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 35 | 0.31 | 0.71 | 0 | 0.86 | 273.6 | 0.56 | 0.09 |
| Hex | 18 | A | 23 | 1F | 47 | 0 | 56 | 112 | 38 | 9 |
| Octal | 30 | 12 | 43 | 37 | 107 | 0 | 126 | 422 | 70 | 11 |
| Binary | 11000 | 1010 | 100011 | 11111 | 1000111 | 0 | 1010110 | 100010010 | 111000 | 1001 |
Color Harmonies of #180A23
Complementary color
Monochromatic Colors of #180A23
Black with #180A23
Text Example
Text Example
White with #180A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A23; }
p { color: rgb(24,10,35); }
H1.HeaderClassName
{
color: #180A23;
}
.AnyTagClassName
{
color: #180A23;
}
</style>
background-color css
<style>
a { background-color: #180A23; }
a { background-color: rgb(24,10,35); }
div.DivClassName
{
background-color: #180A23;
}
.BgClassName
{
background-color: #180A23;
}
</style>
border-color css
<style>
span { border-color: #180A23; }
span { border-color: rgb(24,10,35); }
td.TdClassName
{
border-color: #180A23;
}
.TagClassName
{
border-color: #180A23;
}
</style>