Shades of Blackcurrant #15012C
Tints of Blackcurrant #15012C
RGB
CMYK
RGB Variations
Color information
#15012C (or 0x15012C) is known color: Blackcurrant. HEX triplet: 15, 01 and 2C. RGB value is (21,1,44). Sum of RGB (Red+Green+Blue) = 21+1+44=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #15012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15012C is #EAFED3. Grayscale: #0B0B0B. Windows color (decimal): -15400660 or 2883861. OLE color: 2883861.
HSL color Cylindrical-coordinate representation of color #15012C: hue angle of 267.91º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15012C is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 1 | 44 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.83 |
| HSL | 267.91º | 0.96% | 0.09% | - |
| HSV(B) | 267.91º | 0.98% | 0.17% | - |
| XYZ | 0.77 | 0.36 | 2.41 | - |
| YUV | 11.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 44 | 0.52 | 0.98 | 0 | 0.83 | 267.91 | 0.96 | 0.09 |
| Hex | 15 | 1 | 2C | 34 | 62 | 0 | 53 | 10C | 60 | 9 |
| Octal | 25 | 1 | 54 | 64 | 142 | 0 | 123 | 414 | 140 | 11 |
| Binary | 10101 | 1 | 101100 | 110100 | 1100010 | 0 | 1010011 | 100001100 | 1100000 | 1001 |
Color Harmonies of #15012C
Complementary color
Monochromatic Colors of #15012C
Black with #15012C
Text Example
Text Example
White with #15012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15012C; }
p { color: rgb(21,1,44); }
H1.HeaderClassName
{
color: #15012C;
}
.AnyTagClassName
{
color: #15012C;
}
</style>
background-color css
<style>
a { background-color: #15012C; }
a { background-color: rgb(21,1,44); }
div.DivClassName
{
background-color: #15012C;
}
.BgClassName
{
background-color: #15012C;
}
</style>
border-color css
<style>
span { border-color: #15012C; }
span { border-color: rgb(21,1,44); }
td.TdClassName
{
border-color: #15012C;
}
.TagClassName
{
border-color: #15012C;
}
</style>