Shades of Blackcurrant #240133
Tints of Blackcurrant #240133
RGB
CMYK
RGB Variations
Color information
#240133 (or 0x240133) is known color: Blackcurrant. HEX triplet: 24, 01 and 33. RGB value is (36,1,51). Sum of RGB (Red+Green+Blue) = 36+1+51=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #240133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240133 is #DBFECC. Grayscale: #111111. Windows color (decimal): -14417613 or 3342628. OLE color: 3342628.
HSL color Cylindrical-coordinate representation of color #240133: hue angle of 282º 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 #240133 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 36 | 1 | 51 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.8 |
| HSL | 282º | 0.96% | 0.1% | - |
| HSV(B) | 282º | 0.98% | 0.2% | - |
| XYZ | 1.34 | 0.64 | 3.18 | - |
| YUV | 17.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 51 | 0.29 | 0.98 | 0 | 0.8 | 282 | 0.96 | 0.1 |
| Hex | 24 | 1 | 33 | 1D | 62 | 0 | 50 | 11A | 60 | A |
| Octal | 44 | 1 | 63 | 35 | 142 | 0 | 120 | 432 | 140 | 12 |
| Binary | 100100 | 1 | 110011 | 11101 | 1100010 | 0 | 1010000 | 100011010 | 1100000 | 1010 |
Color Harmonies of #240133
Complementary color
Monochromatic Colors of #240133
Black with #240133
Text Example
Text Example
White with #240133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240133; }
p { color: rgb(36,1,51); }
H1.HeaderClassName
{
color: #240133;
}
.AnyTagClassName
{
color: #240133;
}
</style>
background-color css
<style>
a { background-color: #240133; }
a { background-color: rgb(36,1,51); }
div.DivClassName
{
background-color: #240133;
}
.BgClassName
{
background-color: #240133;
}
</style>
border-color css
<style>
span { border-color: #240133; }
span { border-color: rgb(36,1,51); }
td.TdClassName
{
border-color: #240133;
}
.TagClassName
{
border-color: #240133;
}
</style>