Shades of Blackcurrant #240134
Tints of Blackcurrant #240134
RGB
CMYK
RGB Variations
Color information
#240134 (or 0x240134) is known color: Blackcurrant. HEX triplet: 24, 01 and 34. RGB value is (36,1,52). Sum of RGB (Red+Green+Blue) = 36+1+52=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #240134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240134 is #DBFECB. Grayscale: #111111. Windows color (decimal): -14417612 or 3408164. OLE color: 3408164.
HSL color Cylindrical-coordinate representation of color #240134: hue angle of 281.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240134 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 1 | 52 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.80 |
| HSL | 281.18º | 0.96% | 0.1% | - |
| HSV(B) | 281.18º | 0.98% | 0.2% | - |
| XYZ | 1.36 | 0.64 | 3.3 | - |
| YUV | 17.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 52 | 0.31 | 0.98 | 0 | 0.80 | 281.18 | 0.96 | 0.1 |
| Hex | 24 | 1 | 34 | 1F | 62 | 0 | 50 | 119 | 60 | A |
| Octal | 44 | 1 | 64 | 37 | 142 | 0 | 120 | 431 | 140 | 12 |
| Binary | 100100 | 1 | 110100 | 11111 | 1100010 | 0 | 1010000 | 100011001 | 1100000 | 1010 |
Color Harmonies of #240134
Complementary color
Monochromatic Colors of #240134
Black with #240134
Text Example
Text Example
White with #240134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240134; }
p { color: rgb(36,1,52); }
H1.HeaderClassName
{
color: #240134;
}
.AnyTagClassName
{
color: #240134;
}
</style>
background-color css
<style>
a { background-color: #240134; }
a { background-color: rgb(36,1,52); }
div.DivClassName
{
background-color: #240134;
}
.BgClassName
{
background-color: #240134;
}
</style>
border-color css
<style>
span { border-color: #240134; }
span { border-color: rgb(36,1,52); }
td.TdClassName
{
border-color: #240134;
}
.TagClassName
{
border-color: #240134;
}
</style>