Shades of Blackcurrant #24004B
Tints of Blackcurrant #24004B
RGB
CMYK
RGB Variations
Color information
#24004B (or 0x24004B) is known color: Blackcurrant. HEX triplet: 24, 00 and 4B. RGB value is (36,0,75). Sum of RGB (Red+Green+Blue) = 36+0+75=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #24004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24004B is #DBFFB4. Grayscale: #131313. Windows color (decimal): -14417845 or 4915236. OLE color: 4915236.
HSL color Cylindrical-coordinate representation of color #24004B: hue angle of 268.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24004B is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 0 | 75 | - |
| CMYK | 0.52 | 1 | 0 | 0.71 |
| HSL | 268.8º | 1% | 0.15% | - |
| HSV(B) | 268.8º | 1% | 0.29% | - |
| XYZ | 2 | 0.88 | 6.72 | - |
| YUV | 19.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 75 | 0.52 | 1 | 0 | 0.71 | 268.8 | 1 | 0.15 |
| Hex | 24 | 0 | 4B | 34 | 64 | 0 | 47 | 10D | 64 | F |
| Octal | 44 | 0 | 113 | 64 | 144 | 0 | 107 | 415 | 144 | 17 |
| Binary | 100100 | 0 | 1001011 | 110100 | 1100100 | 0 | 1000111 | 100001101 | 1100100 | 1111 |
Color Harmonies of #24004B
Complementary color
Monochromatic Colors of #24004B
Black with #24004B
Text Example
Text Example
White with #24004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24004B; }
p { color: rgb(36,0,75); }
H1.HeaderClassName
{
color: #24004B;
}
.AnyTagClassName
{
color: #24004B;
}
</style>
background-color css
<style>
a { background-color: #24004B; }
a { background-color: rgb(36,0,75); }
div.DivClassName
{
background-color: #24004B;
}
.BgClassName
{
background-color: #24004B;
}
</style>
border-color css
<style>
span { border-color: #24004B; }
span { border-color: rgb(36,0,75); }
td.TdClassName
{
border-color: #24004B;
}
.TagClassName
{
border-color: #24004B;
}
</style>