Shades of Blackcurrant #241430
Tints of Blackcurrant #241430
RGB
CMYK
RGB Variations
Color information
#241430 (or 0x241430) is known color: Blackcurrant. HEX triplet: 24, 14 and 30. RGB value is (36,20,48). Sum of RGB (Red+Green+Blue) = 36+20+48=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #241430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241430 is #DBEBCF. Grayscale: #1B1B1B. Windows color (decimal): -14412752 or 3150884. OLE color: 3150884.
HSL color Cylindrical-coordinate representation of color #241430: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #241430 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 20 | 48 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.81 |
| HSL | 274.29º | 0.41% | 0.13% | - |
| HSV(B) | 274.29º | 0.58% | 0.19% | - |
| XYZ | 1.51 | 1.09 | 2.93 | - |
| YUV | 27.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 48 | 0.25 | 0.58 | 0 | 0.81 | 274.29 | 0.41 | 0.13 |
| Hex | 24 | 14 | 30 | 19 | 3A | 0 | 51 | 112 | 29 | D |
| Octal | 44 | 24 | 60 | 31 | 72 | 0 | 121 | 422 | 51 | 15 |
| Binary | 100100 | 10100 | 110000 | 11001 | 111010 | 0 | 1010001 | 100010010 | 101001 | 1101 |
Color Harmonies of #241430
Complementary color
Monochromatic Colors of #241430
Black with #241430
Text Example
Text Example
White with #241430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241430; }
p { color: rgb(36,20,48); }
H1.HeaderClassName
{
color: #241430;
}
.AnyTagClassName
{
color: #241430;
}
</style>
background-color css
<style>
a { background-color: #241430; }
a { background-color: rgb(36,20,48); }
div.DivClassName
{
background-color: #241430;
}
.BgClassName
{
background-color: #241430;
}
</style>
border-color css
<style>
span { border-color: #241430; }
span { border-color: rgb(36,20,48); }
td.TdClassName
{
border-color: #241430;
}
.TagClassName
{
border-color: #241430;
}
</style>