Shades of Blackcurrant #180135
Tints of Blackcurrant #180135
RGB
CMYK
RGB Variations
Color information
#180135 (or 0x180135) is known color: Blackcurrant. HEX triplet: 18, 01 and 35. RGB value is (24,1,53). Sum of RGB (Red+Green+Blue) = 24+1+53=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 53 (21.09% from 255 or 67.95% from 78); Max value from RGB is 53 - color contains mainly: blue. Hex color #180135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180135 is #E7FECA. Grayscale: #0D0D0D. Windows color (decimal): -15204043 or 3473688. OLE color: 3473688.
HSL color Cylindrical-coordinate representation of color #180135: hue angle of 266.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180135 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 1 | 53 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.79 |
| HSL | 266.54º | 0.96% | 0.11% | - |
| HSV(B) | 266.54º | 0.98% | 0.21% | - |
| XYZ | 1.03 | 0.47 | 3.41 | - |
| YUV | 13.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 53 | 0.55 | 0.98 | 0 | 0.79 | 266.54 | 0.96 | 0.11 |
| Hex | 18 | 1 | 35 | 37 | 62 | 0 | 4F | 10B | 60 | B |
| Octal | 30 | 1 | 65 | 67 | 142 | 0 | 117 | 413 | 140 | 13 |
| Binary | 11000 | 1 | 110101 | 110111 | 1100010 | 0 | 1001111 | 100001011 | 1100000 | 1011 |
Color Harmonies of #180135
Complementary color
Monochromatic Colors of #180135
Black with #180135
Text Example
Text Example
White with #180135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180135; }
p { color: rgb(24,1,53); }
H1.HeaderClassName
{
color: #180135;
}
.AnyTagClassName
{
color: #180135;
}
</style>
background-color css
<style>
a { background-color: #180135; }
a { background-color: rgb(24,1,53); }
div.DivClassName
{
background-color: #180135;
}
.BgClassName
{
background-color: #180135;
}
</style>
border-color css
<style>
span { border-color: #180135; }
span { border-color: rgb(24,1,53); }
td.TdClassName
{
border-color: #180135;
}
.TagClassName
{
border-color: #180135;
}
</style>