Shades of Blackcurrant #15013D
Tints of Blackcurrant #15013D
RGB
CMYK
RGB Variations
Color information
#15013D (or 0x15013D) is known color: Blackcurrant. HEX triplet: 15, 01 and 3D. RGB value is (21,1,61). Sum of RGB (Red+Green+Blue) = 21+1+61=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 61 (24.22% from 255 or 73.49% from 83); Max value from RGB is 61 - color contains mainly: blue. Hex color #15013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15013D is #EAFEC2. Grayscale: #0D0D0D. Windows color (decimal): -15400643 or 3997973. OLE color: 3997973.
HSL color Cylindrical-coordinate representation of color #15013D: hue angle of 260º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15013D is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 1 | 61 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.76 |
| HSL | 260º | 0.97% | 0.12% | - |
| HSV(B) | 260º | 0.98% | 0.24% | - |
| XYZ | 1.16 | 0.52 | 4.45 | - |
| YUV | 13.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 61 | 0.66 | 0.98 | 0 | 0.76 | 260 | 0.97 | 0.12 |
| Hex | 15 | 1 | 3D | 42 | 62 | 0 | 4C | 104 | 61 | C |
| Octal | 25 | 1 | 75 | 102 | 142 | 0 | 114 | 404 | 141 | 14 |
| Binary | 10101 | 1 | 111101 | 1000010 | 1100010 | 0 | 1001100 | 100000100 | 1100001 | 1100 |
Color Harmonies of #15013D
Complementary color
Monochromatic Colors of #15013D
Black with #15013D
Text Example
Text Example
White with #15013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15013D; }
p { color: rgb(21,1,61); }
H1.HeaderClassName
{
color: #15013D;
}
.AnyTagClassName
{
color: #15013D;
}
</style>
background-color css
<style>
a { background-color: #15013D; }
a { background-color: rgb(21,1,61); }
div.DivClassName
{
background-color: #15013D;
}
.BgClassName
{
background-color: #15013D;
}
</style>
border-color css
<style>
span { border-color: #15013D; }
span { border-color: rgb(21,1,61); }
td.TdClassName
{
border-color: #15013D;
}
.TagClassName
{
border-color: #15013D;
}
</style>