Shades of Blackcurrant #180340
Tints of Blackcurrant #180340
RGB
CMYK
RGB Variations
Color information
#180340 (or 0x180340) is known color: Blackcurrant. HEX triplet: 18, 03 and 40. RGB value is (24,3,64). Sum of RGB (Red+Green+Blue) = 24+3+64=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #180340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180340 is #E7FCBF. Grayscale: #101010. Windows color (decimal): -15203520 or 4195096. OLE color: 4195096.
HSL color Cylindrical-coordinate representation of color #180340: hue angle of 260.66º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180340 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 3 | 64 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.75 |
| HSL | 260.66º | 0.91% | 0.13% | - |
| HSV(B) | 260.66º | 0.95% | 0.25% | - |
| XYZ | 1.33 | 0.63 | 4.9 | - |
| YUV | 16.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 64 | 0.62 | 0.95 | 0 | 0.75 | 260.66 | 0.91 | 0.13 |
| Hex | 18 | 3 | 40 | 3E | 5F | 0 | 4B | 105 | 5B | D |
| Octal | 30 | 3 | 100 | 76 | 137 | 0 | 113 | 405 | 133 | 15 |
| Binary | 11000 | 11 | 1000000 | 111110 | 1011111 | 0 | 1001011 | 100000101 | 1011011 | 1101 |
Color Harmonies of #180340
Complementary color
Monochromatic Colors of #180340
Black with #180340
Text Example
Text Example
White with #180340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180340; }
p { color: rgb(24,3,64); }
H1.HeaderClassName
{
color: #180340;
}
.AnyTagClassName
{
color: #180340;
}
</style>
background-color css
<style>
a { background-color: #180340; }
a { background-color: rgb(24,3,64); }
div.DivClassName
{
background-color: #180340;
}
.BgClassName
{
background-color: #180340;
}
</style>
border-color css
<style>
span { border-color: #180340; }
span { border-color: rgb(24,3,64); }
td.TdClassName
{
border-color: #180340;
}
.TagClassName
{
border-color: #180340;
}
</style>