Shades of Blackcurrant #28092F
Tints of Blackcurrant #28092F
RGB
CMYK
RGB Variations
Color information
#28092F (or 0x28092F) is known color: Blackcurrant. HEX triplet: 28, 09 and 2F. RGB value is (40,9,47). Sum of RGB (Red+Green+Blue) = 40+9+47=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #28092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28092F is #D7F6D0. Grayscale: #161616. Windows color (decimal): -14153425 or 3082536. OLE color: 3082536.
HSL color Cylindrical-coordinate representation of color #28092F: hue angle of 288.95º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28092F is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 9 | 47 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.82 |
| HSL | 288.95º | 0.68% | 0.11% | - |
| HSV(B) | 288.95º | 0.81% | 0.18% | - |
| XYZ | 1.49 | 0.85 | 2.78 | - |
| YUV | 22.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 47 | 0.15 | 0.81 | 0 | 0.82 | 288.95 | 0.68 | 0.11 |
| Hex | 28 | 9 | 2F | F | 51 | 0 | 52 | 121 | 44 | B |
| Octal | 50 | 11 | 57 | 17 | 121 | 0 | 122 | 441 | 104 | 13 |
| Binary | 101000 | 1001 | 101111 | 1111 | 1010001 | 0 | 1010010 | 100100001 | 1000100 | 1011 |
Color Harmonies of #28092F
Complementary color
Monochromatic Colors of #28092F
Black with #28092F
Text Example
Text Example
White with #28092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28092F; }
p { color: rgb(40,9,47); }
H1.HeaderClassName
{
color: #28092F;
}
.AnyTagClassName
{
color: #28092F;
}
</style>
background-color css
<style>
a { background-color: #28092F; }
a { background-color: rgb(40,9,47); }
div.DivClassName
{
background-color: #28092F;
}
.BgClassName
{
background-color: #28092F;
}
</style>
border-color css
<style>
span { border-color: #28092F; }
span { border-color: rgb(40,9,47); }
td.TdClassName
{
border-color: #28092F;
}
.TagClassName
{
border-color: #28092F;
}
</style>