Shades of Blackcurrant #240051
Tints of Blackcurrant #240051
RGB
CMYK
RGB Variations
Color information
#240051 (or 0x240051) is known color: Blackcurrant. HEX triplet: 24, 00 and 51. RGB value is (36,0,81). Sum of RGB (Red+Green+Blue) = 36+0+81=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #240051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240051 is #DBFFAE. Grayscale: #131313. Windows color (decimal): -14417839 or 5308452. OLE color: 5308452.
HSL color Cylindrical-coordinate representation of color #240051: hue angle of 266.67º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240051 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 0 | 81 | - |
| CMYK | 0.56 | 1 | 0 | 0.68 |
| HSL | 266.67º | 1% | 0.16% | - |
| HSV(B) | 266.67º | 1% | 0.32% | - |
| XYZ | 2.21 | 0.97 | 7.86 | - |
| YUV | 20 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 81 | 0.56 | 1 | 0 | 0.68 | 266.67 | 1 | 0.16 |
| Hex | 24 | 0 | 51 | 38 | 64 | 0 | 44 | 10B | 64 | 10 |
| Octal | 44 | 0 | 121 | 70 | 144 | 0 | 104 | 413 | 144 | 20 |
| Binary | 100100 | 0 | 1010001 | 111000 | 1100100 | 0 | 1000100 | 100001011 | 1100100 | 10000 |
Color Harmonies of #240051
Complementary color
Monochromatic Colors of #240051
Black with #240051
Text Example
Text Example
White with #240051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240051; }
p { color: rgb(36,0,81); }
H1.HeaderClassName
{
color: #240051;
}
.AnyTagClassName
{
color: #240051;
}
</style>
background-color css
<style>
a { background-color: #240051; }
a { background-color: rgb(36,0,81); }
div.DivClassName
{
background-color: #240051;
}
.BgClassName
{
background-color: #240051;
}
</style>
border-color css
<style>
span { border-color: #240051; }
span { border-color: rgb(36,0,81); }
td.TdClassName
{
border-color: #240051;
}
.TagClassName
{
border-color: #240051;
}
</style>