Shades of Blackcurrant #15002A
Tints of Blackcurrant #15002A
RGB
CMYK
RGB Variations
Color information
#15002A (or 0x15002A) is known color: Blackcurrant. HEX triplet: 15, 00 and 2A. RGB value is (21,0,42). Sum of RGB (Red+Green+Blue) = 21+0+42=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 42 (16.80% from 255 or 66.67% from 63); Max value from RGB is 42 - color contains mainly: blue. Hex color #15002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15002A is #EAFFD5. Grayscale: #0A0A0A. Windows color (decimal): -15400918 or 2752533. OLE color: 2752533.
HSL color Cylindrical-coordinate representation of color #15002A: hue angle of 270º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15002A is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 0 | 42 | - |
| CMYK | 0.50 | 1 | 0 | 0.84 |
| HSL | 270º | 1% | 0.08% | - |
| HSV(B) | 270º | 1% | 0.16% | - |
| XYZ | 0.73 | 0.33 | 2.22 | - |
| YUV | 11.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 42 | 0.50 | 1 | 0 | 0.84 | 270 | 1 | 0.08 |
| Hex | 15 | 0 | 2A | 32 | 64 | 0 | 54 | 10E | 64 | 8 |
| Octal | 25 | 0 | 52 | 62 | 144 | 0 | 124 | 416 | 144 | 10 |
| Binary | 10101 | 0 | 101010 | 110010 | 1100100 | 0 | 1010100 | 100001110 | 1100100 | 1000 |
Color Harmonies of #15002A
Complementary color
Monochromatic Colors of #15002A
Black with #15002A
Text Example
Text Example
White with #15002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15002A; }
p { color: rgb(21,0,42); }
H1.HeaderClassName
{
color: #15002A;
}
.AnyTagClassName
{
color: #15002A;
}
</style>
background-color css
<style>
a { background-color: #15002A; }
a { background-color: rgb(21,0,42); }
div.DivClassName
{
background-color: #15002A;
}
.BgClassName
{
background-color: #15002A;
}
</style>
border-color css
<style>
span { border-color: #15002A; }
span { border-color: rgb(21,0,42); }
td.TdClassName
{
border-color: #15002A;
}
.TagClassName
{
border-color: #15002A;
}
</style>