Shades of Blackcurrant #281A2D
Tints of Blackcurrant #281A2D
RGB
CMYK
RGB Variations
Color information
#281A2D (or 0x281A2D) is known color: Blackcurrant. HEX triplet: 28, 1A and 2D. RGB value is (40,26,45). Sum of RGB (Red+Green+Blue) = 40+26+45=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 45 - color contains mainly: blue. Hex color #281A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A2D is #D7E5D2. Grayscale: #202020. Windows color (decimal): -14149075 or 2955816. OLE color: 2955816.
HSL color Cylindrical-coordinate representation of color #281A2D: hue angle of 284.21º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #281A2D is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 40 | 26 | 45 | - |
CMYK | 0.11 | 0.42 | 0 | 0.82 |
HSL | 284.21º | 0.27% | 0.14% | - |
HSV(B) | 284.21º | 0.42% | 0.18% | - |
XYZ | 1.72 | 1.38 | 2.66 | - |
YUV | 32.35 | 135.14 | 133.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 26 | 45 | 0.11 | 0.42 | 0 | 0.82 | 284.21 | 0.27 | 0.14 |
Hex | 28 | 1A | 2D | B | 2A | 0 | 52 | 11C | 1B | E |
Octal | 50 | 32 | 55 | 13 | 52 | 0 | 122 | 434 | 33 | 16 |
Binary | 101000 | 11010 | 101101 | 1011 | 101010 | 0 | 1010010 | 100011100 | 11011 | 1110 |
Color Harmonies of #281A2D
Complementary color
Monochromatic Colors of #281A2D
Black with #281A2D
Text Example
Text Example
White with #281A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A2D; }
p { color: rgb(40,26,45); }
H1.HeaderClassName
{
color: #281A2D;
}
.AnyTagClassName
{
color: #281A2D;
}
</style>
background-color css
<style>
a { background-color: #281A2D; }
a { background-color: rgb(40,26,45); }
div.DivClassName
{
background-color: #281A2D;
}
.BgClassName
{
background-color: #281A2D;
}
</style>
border-color css
<style>
span { border-color: #281A2D; }
span { border-color: rgb(40,26,45); }
td.TdClassName
{
border-color: #281A2D;
}
.TagClassName
{
border-color: #281A2D;
}
</style>