Shades of Blackcurrant #281B2B
Tints of Blackcurrant #281B2B
RGB
CMYK
RGB Variations
Color information
#281B2B (or 0x281B2B) is known color: Blackcurrant. HEX triplet: 28, 1B and 2B. RGB value is (40,27,43). Sum of RGB (Red+Green+Blue) = 40+27+43=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 43 - color contains mainly: blue. Hex color #281B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B2B is #D7E4D4. Grayscale: #202020. Windows color (decimal): -14148821 or 2825000. OLE color: 2825000.
HSL color Cylindrical-coordinate representation of color #281B2B: hue angle of 288.75º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #281B2B is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 27 | 43 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.83 |
| HSL | 288.75º | 0.23% | 0.14% | - |
| HSV(B) | 288.75º | 0.37% | 0.17% | - |
| XYZ | 1.7 | 1.41 | 2.47 | - |
| YUV | 32.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 43 | 0.07 | 0.37 | 0 | 0.83 | 288.75 | 0.23 | 0.14 |
| Hex | 28 | 1B | 2B | 7 | 25 | 0 | 53 | 121 | 17 | E |
| Octal | 50 | 33 | 53 | 7 | 45 | 0 | 123 | 441 | 27 | 16 |
| Binary | 101000 | 11011 | 101011 | 111 | 100101 | 0 | 1010011 | 100100001 | 10111 | 1110 |
Color Harmonies of #281B2B
Complementary color
Monochromatic Colors of #281B2B
Black with #281B2B
Text Example
Text Example
White with #281B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B2B; }
p { color: rgb(40,27,43); }
H1.HeaderClassName
{
color: #281B2B;
}
.AnyTagClassName
{
color: #281B2B;
}
</style>
background-color css
<style>
a { background-color: #281B2B; }
a { background-color: rgb(40,27,43); }
div.DivClassName
{
background-color: #281B2B;
}
.BgClassName
{
background-color: #281B2B;
}
</style>
border-color css
<style>
span { border-color: #281B2B; }
span { border-color: rgb(40,27,43); }
td.TdClassName
{
border-color: #281B2B;
}
.TagClassName
{
border-color: #281B2B;
}
</style>