Shades of Blackcurrant #28092D
Tints of Blackcurrant #28092D
RGB
CMYK
RGB Variations
Color information
#28092D (or 0x28092D) is known color: Blackcurrant. HEX triplet: 28, 09 and 2D. RGB value is (40,9,45). Sum of RGB (Red+Green+Blue) = 40+9+45=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #28092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28092D is #D7F6D2. Grayscale: #161616. Windows color (decimal): -14153427 or 2951464. OLE color: 2951464.
HSL color Cylindrical-coordinate representation of color #28092D: hue angle of 291.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28092D is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 9 | 45 | - |
| CMYK | 0.11 | 0.8 | 0 | 0.82 |
| HSL | 291.67º | 0.67% | 0.11% | - |
| HSV(B) | 291.67º | 0.8% | 0.18% | - |
| XYZ | 1.45 | 0.84 | 2.57 | - |
| YUV | 22.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 45 | 0.11 | 0.8 | 0 | 0.82 | 291.67 | 0.67 | 0.11 |
| Hex | 28 | 9 | 2D | B | 50 | 0 | 52 | 124 | 43 | B |
| Octal | 50 | 11 | 55 | 13 | 120 | 0 | 122 | 444 | 103 | 13 |
| Binary | 101000 | 1001 | 101101 | 1011 | 1010000 | 0 | 1010010 | 100100100 | 1000011 | 1011 |
Color Harmonies of #28092D
Complementary color
Monochromatic Colors of #28092D
Black with #28092D
Text Example
Text Example
White with #28092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28092D; }
p { color: rgb(40,9,45); }
H1.HeaderClassName
{
color: #28092D;
}
.AnyTagClassName
{
color: #28092D;
}
</style>
background-color css
<style>
a { background-color: #28092D; }
a { background-color: rgb(40,9,45); }
div.DivClassName
{
background-color: #28092D;
}
.BgClassName
{
background-color: #28092D;
}
</style>
border-color css
<style>
span { border-color: #28092D; }
span { border-color: rgb(40,9,45); }
td.TdClassName
{
border-color: #28092D;
}
.TagClassName
{
border-color: #28092D;
}
</style>