Shades of Blackcurrant #2A2430
Tints of Blackcurrant #2A2430
RGB
CMYK
RGB Variations
Color information
#2A2430 (or 0x2A2430) is known color: Blackcurrant. HEX triplet: 2A, 24 and 30. RGB value is (42,36,48). Sum of RGB (Red+Green+Blue) = 42+36+48=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A2430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2430 is #D5DBCF. Grayscale: #272727. Windows color (decimal): -14015440 or 3154986. OLE color: 3154986.
HSL color Cylindrical-coordinate representation of color #2A2430: hue angle of 270º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2A2430 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 36 | 48 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.81 |
| HSL | 270º | 0.14% | 0.16% | - |
| HSV(B) | 270º | 0.25% | 0.19% | - |
| XYZ | 2.12 | 1.97 | 3.06 | - |
| YUV | 39.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 48 | 0.13 | 0.25 | 0 | 0.81 | 270 | 0.14 | 0.16 |
| Hex | 2A | 24 | 30 | D | 19 | 0 | 51 | 10E | E | 10 |
| Octal | 52 | 44 | 60 | 15 | 31 | 0 | 121 | 416 | 16 | 20 |
| Binary | 101010 | 100100 | 110000 | 1101 | 11001 | 0 | 1010001 | 100001110 | 1110 | 10000 |
Color Harmonies of #2A2430
Complementary color
Monochromatic Colors of #2A2430
Black with #2A2430
Text Example
Text Example
White with #2A2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2430; }
p { color: rgb(42,36,48); }
H1.HeaderClassName
{
color: #2A2430;
}
.AnyTagClassName
{
color: #2A2430;
}
</style>
background-color css
<style>
a { background-color: #2A2430; }
a { background-color: rgb(42,36,48); }
div.DivClassName
{
background-color: #2A2430;
}
.BgClassName
{
background-color: #2A2430;
}
</style>
border-color css
<style>
span { border-color: #2A2430; }
span { border-color: rgb(42,36,48); }
td.TdClassName
{
border-color: #2A2430;
}
.TagClassName
{
border-color: #2A2430;
}
</style>