Shades of Blackcurrant #28033F
Tints of Blackcurrant #28033F
RGB
CMYK
RGB Variations
Color information
#28033F (or 0x28033F) is known color: Blackcurrant. HEX triplet: 28, 03 and 3F. RGB value is (40,3,63). Sum of RGB (Red+Green+Blue) = 40+3+63=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #28033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28033F is #D7FCC0. Grayscale: #141414. Windows color (decimal): -14154945 or 4129576. OLE color: 4129576.
HSL color Cylindrical-coordinate representation of color #28033F: hue angle of 277º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28033F is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 3 | 63 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.75 |
| HSL | 277º | 0.91% | 0.13% | - |
| HSV(B) | 277º | 0.95% | 0.25% | - |
| XYZ | 1.8 | 0.88 | 4.78 | - |
| YUV | 20.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 63 | 0.37 | 0.95 | 0 | 0.75 | 277 | 0.91 | 0.13 |
| Hex | 28 | 3 | 3F | 25 | 5F | 0 | 4B | 115 | 5B | D |
| Octal | 50 | 3 | 77 | 45 | 137 | 0 | 113 | 425 | 133 | 15 |
| Binary | 101000 | 11 | 111111 | 100101 | 1011111 | 0 | 1001011 | 100010101 | 1011011 | 1101 |
Color Harmonies of #28033F
Complementary color
Monochromatic Colors of #28033F
Black with #28033F
Text Example
Text Example
White with #28033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28033F; }
p { color: rgb(40,3,63); }
H1.HeaderClassName
{
color: #28033F;
}
.AnyTagClassName
{
color: #28033F;
}
</style>
background-color css
<style>
a { background-color: #28033F; }
a { background-color: rgb(40,3,63); }
div.DivClassName
{
background-color: #28033F;
}
.BgClassName
{
background-color: #28033F;
}
</style>
border-color css
<style>
span { border-color: #28033F; }
span { border-color: rgb(40,3,63); }
td.TdClassName
{
border-color: #28033F;
}
.TagClassName
{
border-color: #28033F;
}
</style>