Shades of Blackcurrant #180033
Tints of Blackcurrant #180033
RGB
CMYK
RGB Variations
Color information
#180033 (or 0x180033) is known color: Blackcurrant. HEX triplet: 18, 00 and 33. RGB value is (24,0,51). Sum of RGB (Red+Green+Blue) = 24+0+51=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #180033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180033 is #E7FFCC. Grayscale: #0C0C0C. Windows color (decimal): -15204301 or 3342360. OLE color: 3342360.
HSL color Cylindrical-coordinate representation of color #180033: hue angle of 268.24º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180033 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 0 | 51 | - |
| CMYK | 0.53 | 1 | 0 | 0.8 |
| HSL | 268.24º | 1% | 0.1% | - |
| HSV(B) | 268.24º | 1% | 0.2% | - |
| XYZ | 0.97 | 0.43 | 3.16 | - |
| YUV | 12.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 51 | 0.53 | 1 | 0 | 0.8 | 268.24 | 1 | 0.1 |
| Hex | 18 | 0 | 33 | 35 | 64 | 0 | 50 | 10C | 64 | A |
| Octal | 30 | 0 | 63 | 65 | 144 | 0 | 120 | 414 | 144 | 12 |
| Binary | 11000 | 0 | 110011 | 110101 | 1100100 | 0 | 1010000 | 100001100 | 1100100 | 1010 |
Color Harmonies of #180033
Complementary color
Monochromatic Colors of #180033
Black with #180033
Text Example
Text Example
White with #180033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180033; }
p { color: rgb(24,0,51); }
H1.HeaderClassName
{
color: #180033;
}
.AnyTagClassName
{
color: #180033;
}
</style>
background-color css
<style>
a { background-color: #180033; }
a { background-color: rgb(24,0,51); }
div.DivClassName
{
background-color: #180033;
}
.BgClassName
{
background-color: #180033;
}
</style>
border-color css
<style>
span { border-color: #180033; }
span { border-color: rgb(24,0,51); }
td.TdClassName
{
border-color: #180033;
}
.TagClassName
{
border-color: #180033;
}
</style>