Shades of Blackcurrant #15012A
Tints of Blackcurrant #15012A
RGB
CMYK
RGB Variations
Color information
#15012A (or 0x15012A) is known color: Blackcurrant. HEX triplet: 15, 01 and 2A. RGB value is (21,1,42). Sum of RGB (Red+Green+Blue) = 21+1+42=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #15012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15012A is #EAFED5. Grayscale: #0B0B0B. Windows color (decimal): -15400662 or 2752789. OLE color: 2752789.
HSL color Cylindrical-coordinate representation of color #15012A: hue angle of 269.27º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15012A is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 1 | 42 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.84 |
| HSL | 269.27º | 0.95% | 0.08% | - |
| HSV(B) | 269.27º | 0.98% | 0.16% | - |
| XYZ | 0.74 | 0.35 | 2.22 | - |
| YUV | 11.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 42 | 0.50 | 0.98 | 0 | 0.84 | 269.27 | 0.95 | 0.08 |
| Hex | 15 | 1 | 2A | 32 | 62 | 0 | 54 | 10D | 5F | 8 |
| Octal | 25 | 1 | 52 | 62 | 142 | 0 | 124 | 415 | 137 | 10 |
| Binary | 10101 | 1 | 101010 | 110010 | 1100010 | 0 | 1010100 | 100001101 | 1011111 | 1000 |
Color Harmonies of #15012A
Complementary color
Monochromatic Colors of #15012A
Black with #15012A
Text Example
Text Example
White with #15012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15012A; }
p { color: rgb(21,1,42); }
H1.HeaderClassName
{
color: #15012A;
}
.AnyTagClassName
{
color: #15012A;
}
</style>
background-color css
<style>
a { background-color: #15012A; }
a { background-color: rgb(21,1,42); }
div.DivClassName
{
background-color: #15012A;
}
.BgClassName
{
background-color: #15012A;
}
</style>
border-color css
<style>
span { border-color: #15012A; }
span { border-color: rgb(21,1,42); }
td.TdClassName
{
border-color: #15012A;
}
.TagClassName
{
border-color: #15012A;
}
</style>