Shades of Blackcurrant #18053D
Tints of Blackcurrant #18053D
RGB
CMYK
RGB Variations
Color information
#18053D (or 0x18053D) is known color: Blackcurrant. HEX triplet: 18, 05 and 3D. RGB value is (24,5,61). Sum of RGB (Red+Green+Blue) = 24+5+61=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #18053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18053D is #E7FAC2. Grayscale: #101010. Windows color (decimal): -15203011 or 3999000. OLE color: 3999000.
HSL color Cylindrical-coordinate representation of color #18053D: hue angle of 260.36º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18053D is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 5 | 61 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.76 |
| HSL | 260.36º | 0.85% | 0.13% | - |
| HSV(B) | 260.36º | 0.92% | 0.24% | - |
| XYZ | 1.27 | 0.64 | 4.47 | - |
| YUV | 17.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 61 | 0.61 | 0.92 | 0 | 0.76 | 260.36 | 0.85 | 0.13 |
| Hex | 18 | 5 | 3D | 3D | 5C | 0 | 4C | 104 | 55 | D |
| Octal | 30 | 5 | 75 | 75 | 134 | 0 | 114 | 404 | 125 | 15 |
| Binary | 11000 | 101 | 111101 | 111101 | 1011100 | 0 | 1001100 | 100000100 | 1010101 | 1101 |
Color Harmonies of #18053D
Complementary color
Monochromatic Colors of #18053D
Black with #18053D
Text Example
Text Example
White with #18053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18053D; }
p { color: rgb(24,5,61); }
H1.HeaderClassName
{
color: #18053D;
}
.AnyTagClassName
{
color: #18053D;
}
</style>
background-color css
<style>
a { background-color: #18053D; }
a { background-color: rgb(24,5,61); }
div.DivClassName
{
background-color: #18053D;
}
.BgClassName
{
background-color: #18053D;
}
</style>
border-color css
<style>
span { border-color: #18053D; }
span { border-color: rgb(24,5,61); }
td.TdClassName
{
border-color: #18053D;
}
.TagClassName
{
border-color: #18053D;
}
</style>