Shades of Blackcurrant #15082F
Tints of Blackcurrant #15082F
RGB
CMYK
RGB Variations
Color information
#15082F (or 0x15082F) is known color: Blackcurrant. HEX triplet: 15, 08 and 2F. RGB value is (21,8,47). Sum of RGB (Red+Green+Blue) = 21+8+47=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #15082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15082F is #EAF7D0. Grayscale: #101010. Windows color (decimal): -15398865 or 3082261. OLE color: 3082261.
HSL color Cylindrical-coordinate representation of color #15082F: hue angle of 260º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15082F is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 8 | 47 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.82 |
| HSL | 260º | 0.71% | 0.11% | - |
| HSV(B) | 260º | 0.83% | 0.18% | - |
| XYZ | 0.91 | 0.54 | 2.75 | - |
| YUV | 16.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 47 | 0.55 | 0.83 | 0 | 0.82 | 260 | 0.71 | 0.11 |
| Hex | 15 | 8 | 2F | 37 | 53 | 0 | 52 | 104 | 47 | B |
| Octal | 25 | 10 | 57 | 67 | 123 | 0 | 122 | 404 | 107 | 13 |
| Binary | 10101 | 1000 | 101111 | 110111 | 1010011 | 0 | 1010010 | 100000100 | 1000111 | 1011 |
Color Harmonies of #15082F
Complementary color
Monochromatic Colors of #15082F
Black with #15082F
Text Example
Text Example
White with #15082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15082F; }
p { color: rgb(21,8,47); }
H1.HeaderClassName
{
color: #15082F;
}
.AnyTagClassName
{
color: #15082F;
}
</style>
background-color css
<style>
a { background-color: #15082F; }
a { background-color: rgb(21,8,47); }
div.DivClassName
{
background-color: #15082F;
}
.BgClassName
{
background-color: #15082F;
}
</style>
border-color css
<style>
span { border-color: #15082F; }
span { border-color: rgb(21,8,47); }
td.TdClassName
{
border-color: #15082F;
}
.TagClassName
{
border-color: #15082F;
}
</style>