Shades of Blackcurrant #281C2F
Tints of Blackcurrant #281C2F
RGB
CMYK
RGB Variations
Color information
#281C2F (or 0x281C2F) is known color: Blackcurrant. HEX triplet: 28, 1C and 2F. RGB value is (40,28,47). Sum of RGB (Red+Green+Blue) = 40+28+47=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #281C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C2F is #D7E3D0. Grayscale: #212121. Windows color (decimal): -14148561 or 3087400. OLE color: 3087400.
HSL color Cylindrical-coordinate representation of color #281C2F: hue angle of 277.89º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281C2F is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 28 | 47 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.82 |
| HSL | 277.89º | 0.25% | 0.15% | - |
| HSV(B) | 277.89º | 0.4% | 0.18% | - |
| XYZ | 1.8 | 1.49 | 2.88 | - |
| YUV | 33.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 47 | 0.15 | 0.40 | 0 | 0.82 | 277.89 | 0.25 | 0.15 |
| Hex | 28 | 1C | 2F | F | 28 | 0 | 52 | 116 | 19 | F |
| Octal | 50 | 34 | 57 | 17 | 50 | 0 | 122 | 426 | 31 | 17 |
| Binary | 101000 | 11100 | 101111 | 1111 | 101000 | 0 | 1010010 | 100010110 | 11001 | 1111 |
Color Harmonies of #281C2F
Complementary color
Monochromatic Colors of #281C2F
Black with #281C2F
Text Example
Text Example
White with #281C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C2F; }
p { color: rgb(40,28,47); }
H1.HeaderClassName
{
color: #281C2F;
}
.AnyTagClassName
{
color: #281C2F;
}
</style>
background-color css
<style>
a { background-color: #281C2F; }
a { background-color: rgb(40,28,47); }
div.DivClassName
{
background-color: #281C2F;
}
.BgClassName
{
background-color: #281C2F;
}
</style>
border-color css
<style>
span { border-color: #281C2F; }
span { border-color: rgb(40,28,47); }
td.TdClassName
{
border-color: #281C2F;
}
.TagClassName
{
border-color: #281C2F;
}
</style>