Shades of Blackcurrant #15032D
Tints of Blackcurrant #15032D
RGB
CMYK
RGB Variations
Color information
#15032D (or 0x15032D) is known color: Blackcurrant. HEX triplet: 15, 03 and 2D. RGB value is (21,3,45). Sum of RGB (Red+Green+Blue) = 21+3+45=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 45 (17.97% from 255 or 65.22% from 69); Max value from RGB is 45 - color contains mainly: blue. Hex color #15032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15032D is #EAFCD2. Grayscale: #0D0D0D. Windows color (decimal): -15400147 or 2949909. OLE color: 2949909.
HSL color Cylindrical-coordinate representation of color #15032D: hue angle of 265.71º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15032D is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 3 | 45 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.82 |
| HSL | 265.71º | 0.88% | 0.09% | - |
| HSV(B) | 265.71º | 0.93% | 0.18% | - |
| XYZ | 0.82 | 0.41 | 2.52 | - |
| YUV | 13.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 45 | 0.53 | 0.93 | 0 | 0.82 | 265.71 | 0.88 | 0.09 |
| Hex | 15 | 3 | 2D | 35 | 5D | 0 | 52 | 10A | 58 | 9 |
| Octal | 25 | 3 | 55 | 65 | 135 | 0 | 122 | 412 | 130 | 11 |
| Binary | 10101 | 11 | 101101 | 110101 | 1011101 | 0 | 1010010 | 100001010 | 1011000 | 1001 |
Color Harmonies of #15032D
Complementary color
Monochromatic Colors of #15032D
Black with #15032D
Text Example
Text Example
White with #15032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15032D; }
p { color: rgb(21,3,45); }
H1.HeaderClassName
{
color: #15032D;
}
.AnyTagClassName
{
color: #15032D;
}
</style>
background-color css
<style>
a { background-color: #15032D; }
a { background-color: rgb(21,3,45); }
div.DivClassName
{
background-color: #15032D;
}
.BgClassName
{
background-color: #15032D;
}
</style>
border-color css
<style>
span { border-color: #15032D; }
span { border-color: rgb(21,3,45); }
td.TdClassName
{
border-color: #15032D;
}
.TagClassName
{
border-color: #15032D;
}
</style>