Shades of Blackcurrant #28063C
Tints of Blackcurrant #28063C
RGB
CMYK
RGB Variations
Color information
#28063C (or 0x28063C) is known color: Blackcurrant. HEX triplet: 28, 06 and 3C. RGB value is (40,6,60). Sum of RGB (Red+Green+Blue) = 40+6+60=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #28063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28063C is #D7F9C3. Grayscale: #161616. Windows color (decimal): -14154180 or 3933736. OLE color: 3933736.
HSL color Cylindrical-coordinate representation of color #28063C: hue angle of 277.78º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28063C is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 6 | 60 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.76 |
| HSL | 277.78º | 0.82% | 0.13% | - |
| HSV(B) | 277.78º | 0.9% | 0.24% | - |
| XYZ | 1.76 | 0.91 | 4.36 | - |
| YUV | 22.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 60 | 0.33 | 0.90 | 0 | 0.76 | 277.78 | 0.82 | 0.13 |
| Hex | 28 | 6 | 3C | 21 | 5A | 0 | 4C | 116 | 52 | D |
| Octal | 50 | 6 | 74 | 41 | 132 | 0 | 114 | 426 | 122 | 15 |
| Binary | 101000 | 110 | 111100 | 100001 | 1011010 | 0 | 1001100 | 100010110 | 1010010 | 1101 |
Color Harmonies of #28063C
Complementary color
Monochromatic Colors of #28063C
Black with #28063C
Text Example
Text Example
White with #28063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28063C; }
p { color: rgb(40,6,60); }
H1.HeaderClassName
{
color: #28063C;
}
.AnyTagClassName
{
color: #28063C;
}
</style>
background-color css
<style>
a { background-color: #28063C; }
a { background-color: rgb(40,6,60); }
div.DivClassName
{
background-color: #28063C;
}
.BgClassName
{
background-color: #28063C;
}
</style>
border-color css
<style>
span { border-color: #28063C; }
span { border-color: rgb(40,6,60); }
td.TdClassName
{
border-color: #28063C;
}
.TagClassName
{
border-color: #28063C;
}
</style>