Shades of Blackcurrant #28003D
Tints of Blackcurrant #28003D
RGB
CMYK
RGB Variations
Color information
#28003D (or 0x28003D) is known color: Blackcurrant. HEX triplet: 28, 00 and 3D. RGB value is (40,0,61). Sum of RGB (Red+Green+Blue) = 40+0+61=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #28003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28003D is #D7FFC2. Grayscale: #121212. Windows color (decimal): -14155715 or 3997736. OLE color: 3997736.
HSL color Cylindrical-coordinate representation of color #28003D: hue angle of 279.34º 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 #28003D is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 0 | 61 | - |
| CMYK | 0.34 | 1 | 0 | 0.76 |
| HSL | 279.34º | 1% | 0.12% | - |
| HSV(B) | 279.34º | 1% | 0.24% | - |
| XYZ | 1.72 | 0.79 | 4.48 | - |
| YUV | 18.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 61 | 0.34 | 1 | 0 | 0.76 | 279.34 | 1 | 0.12 |
| Hex | 28 | 0 | 3D | 22 | 64 | 0 | 4C | 117 | 64 | C |
| Octal | 50 | 0 | 75 | 42 | 144 | 0 | 114 | 427 | 144 | 14 |
| Binary | 101000 | 0 | 111101 | 100010 | 1100100 | 0 | 1001100 | 100010111 | 1100100 | 1100 |
Color Harmonies of #28003D
Complementary color
Monochromatic Colors of #28003D
Black with #28003D
Text Example
Text Example
White with #28003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28003D; }
p { color: rgb(40,0,61); }
H1.HeaderClassName
{
color: #28003D;
}
.AnyTagClassName
{
color: #28003D;
}
</style>
background-color css
<style>
a { background-color: #28003D; }
a { background-color: rgb(40,0,61); }
div.DivClassName
{
background-color: #28003D;
}
.BgClassName
{
background-color: #28003D;
}
</style>
border-color css
<style>
span { border-color: #28003D; }
span { border-color: rgb(40,0,61); }
td.TdClassName
{
border-color: #28003D;
}
.TagClassName
{
border-color: #28003D;
}
</style>