Shades of Blackcurrant #28023F
Tints of Blackcurrant #28023F
RGB
CMYK
RGB Variations
Color information
#28023F (or 0x28023F) is known color: Blackcurrant. HEX triplet: 28, 02 and 3F. RGB value is (40,2,63). Sum of RGB (Red+Green+Blue) = 40+2+63=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 63 (25% from 255 or 60% from 105); Max value from RGB is 63 - color contains mainly: blue. Hex color #28023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28023F is #D7FDC0. Grayscale: #141414. Windows color (decimal): -14155201 or 4129320. OLE color: 4129320.
HSL color Cylindrical-coordinate representation of color #28023F: hue angle of 277.38º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28023F is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 2 | 63 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.75 |
| HSL | 277.38º | 0.94% | 0.13% | - |
| HSV(B) | 277.38º | 0.97% | 0.25% | - |
| XYZ | 1.79 | 0.85 | 4.77 | - |
| YUV | 20.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 63 | 0.37 | 0.97 | 0 | 0.75 | 277.38 | 0.94 | 0.13 |
| Hex | 28 | 2 | 3F | 25 | 61 | 0 | 4B | 115 | 5E | D |
| Octal | 50 | 2 | 77 | 45 | 141 | 0 | 113 | 425 | 136 | 15 |
| Binary | 101000 | 10 | 111111 | 100101 | 1100001 | 0 | 1001011 | 100010101 | 1011110 | 1101 |
Color Harmonies of #28023F
Complementary color
Monochromatic Colors of #28023F
Black with #28023F
Text Example
Text Example
White with #28023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28023F; }
p { color: rgb(40,2,63); }
H1.HeaderClassName
{
color: #28023F;
}
.AnyTagClassName
{
color: #28023F;
}
</style>
background-color css
<style>
a { background-color: #28023F; }
a { background-color: rgb(40,2,63); }
div.DivClassName
{
background-color: #28023F;
}
.BgClassName
{
background-color: #28023F;
}
</style>
border-color css
<style>
span { border-color: #28023F; }
span { border-color: rgb(40,2,63); }
td.TdClassName
{
border-color: #28023F;
}
.TagClassName
{
border-color: #28023F;
}
</style>