Shades of Blackcurrant #15023D
Tints of Blackcurrant #15023D
RGB
CMYK
RGB Variations
Color information
#15023D (or 0x15023D) is known color: Blackcurrant. HEX triplet: 15, 02 and 3D. RGB value is (21,2,61). Sum of RGB (Red+Green+Blue) = 21+2+61=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #15023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15023D is #EAFDC2. Grayscale: #0E0E0E. Windows color (decimal): -15400387 or 3998229. OLE color: 3998229.
HSL color Cylindrical-coordinate representation of color #15023D: hue angle of 259.32º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15023D is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 2 | 61 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.76 |
| HSL | 259.32º | 0.94% | 0.12% | - |
| HSV(B) | 259.32º | 0.97% | 0.24% | - |
| XYZ | 1.17 | 0.54 | 4.46 | - |
| YUV | 14.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 61 | 0.66 | 0.97 | 0 | 0.76 | 259.32 | 0.94 | 0.12 |
| Hex | 15 | 2 | 3D | 42 | 61 | 0 | 4C | 103 | 5E | C |
| Octal | 25 | 2 | 75 | 102 | 141 | 0 | 114 | 403 | 136 | 14 |
| Binary | 10101 | 10 | 111101 | 1000010 | 1100001 | 0 | 1001100 | 100000011 | 1011110 | 1100 |
Color Harmonies of #15023D
Complementary color
Monochromatic Colors of #15023D
Black with #15023D
Text Example
Text Example
White with #15023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15023D; }
p { color: rgb(21,2,61); }
H1.HeaderClassName
{
color: #15023D;
}
.AnyTagClassName
{
color: #15023D;
}
</style>
background-color css
<style>
a { background-color: #15023D; }
a { background-color: rgb(21,2,61); }
div.DivClassName
{
background-color: #15023D;
}
.BgClassName
{
background-color: #15023D;
}
</style>
border-color css
<style>
span { border-color: #15023D; }
span { border-color: rgb(21,2,61); }
td.TdClassName
{
border-color: #15023D;
}
.TagClassName
{
border-color: #15023D;
}
</style>