Shades of Blackcurrant #15082D
Tints of Blackcurrant #15082D
RGB
CMYK
RGB Variations
Color information
#15082D (or 0x15082D) is known color: Blackcurrant. HEX triplet: 15, 08 and 2D. RGB value is (21,8,45). Sum of RGB (Red+Green+Blue) = 21+8+45=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #15082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15082D is #EAF7D2. Grayscale: #0F0F0F. Windows color (decimal): -15398867 or 2951189. OLE color: 2951189.
HSL color Cylindrical-coordinate representation of color #15082D: hue angle of 261.08º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15082D is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 8 | 45 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.82 |
| HSL | 261.08º | 0.7% | 0.1% | - |
| HSV(B) | 261.08º | 0.82% | 0.18% | - |
| XYZ | 0.87 | 0.52 | 2.54 | - |
| YUV | 16.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 45 | 0.53 | 0.82 | 0 | 0.82 | 261.08 | 0.7 | 0.1 |
| Hex | 15 | 8 | 2D | 35 | 52 | 0 | 52 | 105 | 46 | A |
| Octal | 25 | 10 | 55 | 65 | 122 | 0 | 122 | 405 | 106 | 12 |
| Binary | 10101 | 1000 | 101101 | 110101 | 1010010 | 0 | 1010010 | 100000101 | 1000110 | 1010 |
Color Harmonies of #15082D
Complementary color
Monochromatic Colors of #15082D
Black with #15082D
Text Example
Text Example
White with #15082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15082D; }
p { color: rgb(21,8,45); }
H1.HeaderClassName
{
color: #15082D;
}
.AnyTagClassName
{
color: #15082D;
}
</style>
background-color css
<style>
a { background-color: #15082D; }
a { background-color: rgb(21,8,45); }
div.DivClassName
{
background-color: #15082D;
}
.BgClassName
{
background-color: #15082D;
}
</style>
border-color css
<style>
span { border-color: #15082D; }
span { border-color: rgb(21,8,45); }
td.TdClassName
{
border-color: #15082D;
}
.TagClassName
{
border-color: #15082D;
}
</style>