Shades of Blackcurrant #15022D
Tints of Blackcurrant #15022D
RGB
CMYK
RGB Variations
Color information
#15022D (or 0x15022D) is known color: Blackcurrant. HEX triplet: 15, 02 and 2D. RGB value is (21,2,45). Sum of RGB (Red+Green+Blue) = 21+2+45=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #15022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15022D is #EAFDD2. Grayscale: #0C0C0C. Windows color (decimal): -15400403 or 2949653. OLE color: 2949653.
HSL color Cylindrical-coordinate representation of color #15022D: hue angle of 266.51º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15022D is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 2 | 45 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.82 |
| HSL | 266.51º | 0.91% | 0.09% | - |
| HSV(B) | 266.51º | 0.96% | 0.18% | - |
| XYZ | 0.8 | 0.39 | 2.52 | - |
| YUV | 12.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 45 | 0.53 | 0.96 | 0 | 0.82 | 266.51 | 0.91 | 0.09 |
| Hex | 15 | 2 | 2D | 35 | 60 | 0 | 52 | 10B | 5B | 9 |
| Octal | 25 | 2 | 55 | 65 | 140 | 0 | 122 | 413 | 133 | 11 |
| Binary | 10101 | 10 | 101101 | 110101 | 1100000 | 0 | 1010010 | 100001011 | 1011011 | 1001 |
Color Harmonies of #15022D
Complementary color
Monochromatic Colors of #15022D
Black with #15022D
Text Example
Text Example
White with #15022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15022D; }
p { color: rgb(21,2,45); }
H1.HeaderClassName
{
color: #15022D;
}
.AnyTagClassName
{
color: #15022D;
}
</style>
background-color css
<style>
a { background-color: #15022D; }
a { background-color: rgb(21,2,45); }
div.DivClassName
{
background-color: #15022D;
}
.BgClassName
{
background-color: #15022D;
}
</style>
border-color css
<style>
span { border-color: #15022D; }
span { border-color: rgb(21,2,45); }
td.TdClassName
{
border-color: #15022D;
}
.TagClassName
{
border-color: #15022D;
}
</style>