Shades of Blackcurrant #15003D
Tints of Blackcurrant #15003D
RGB
CMYK
RGB Variations
Color information
#15003D (or 0x15003D) is known color: Blackcurrant. HEX triplet: 15, 00 and 3D. RGB value is (21,0,61). Sum of RGB (Red+Green+Blue) = 21+0+61=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #15003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15003D is #EAFFC2. Grayscale: #0D0D0D. Windows color (decimal): -15400899 or 3997717. OLE color: 3997717.
HSL color Cylindrical-coordinate representation of color #15003D: hue angle of 260.66º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15003D is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 0 | 61 | - |
| CMYK | 0.66 | 1 | 0 | 0.76 |
| HSL | 260.66º | 1% | 0.12% | - |
| HSV(B) | 260.66º | 1% | 0.24% | - |
| XYZ | 1.15 | 0.5 | 4.45 | - |
| YUV | 13.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 61 | 0.66 | 1 | 0 | 0.76 | 260.66 | 1 | 0.12 |
| Hex | 15 | 0 | 3D | 42 | 64 | 0 | 4C | 105 | 64 | C |
| Octal | 25 | 0 | 75 | 102 | 144 | 0 | 114 | 405 | 144 | 14 |
| Binary | 10101 | 0 | 111101 | 1000010 | 1100100 | 0 | 1001100 | 100000101 | 1100100 | 1100 |
Color Harmonies of #15003D
Complementary color
Monochromatic Colors of #15003D
Black with #15003D
Text Example
Text Example
White with #15003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15003D; }
p { color: rgb(21,0,61); }
H1.HeaderClassName
{
color: #15003D;
}
.AnyTagClassName
{
color: #15003D;
}
</style>
background-color css
<style>
a { background-color: #15003D; }
a { background-color: rgb(21,0,61); }
div.DivClassName
{
background-color: #15003D;
}
.BgClassName
{
background-color: #15003D;
}
</style>
border-color css
<style>
span { border-color: #15003D; }
span { border-color: rgb(21,0,61); }
td.TdClassName
{
border-color: #15003D;
}
.TagClassName
{
border-color: #15003D;
}
</style>