Shades of Blackcurrant #240A32
Tints of Blackcurrant #240A32
RGB
CMYK
RGB Variations
Color information
#240A32 (or 0x240A32) is known color: Blackcurrant. HEX triplet: 24, 0A and 32. RGB value is (36,10,50). Sum of RGB (Red+Green+Blue) = 36+10+50=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #240A32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A32 is #DBF5CD. Grayscale: #161616. Windows color (decimal): -14415310 or 3279396. OLE color: 3279396.
HSL color Cylindrical-coordinate representation of color #240A32: hue angle of 279º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #240A32 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 10 | 50 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.80 |
| HSL | 279º | 0.67% | 0.12% | - |
| HSV(B) | 279º | 0.8% | 0.2% | - |
| XYZ | 1.41 | 0.82 | 3.1 | - |
| YUV | 22.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 50 | 0.28 | 0.80 | 0 | 0.80 | 279 | 0.67 | 0.12 |
| Hex | 24 | A | 32 | 1C | 50 | 0 | 50 | 117 | 43 | C |
| Octal | 44 | 12 | 62 | 34 | 120 | 0 | 120 | 427 | 103 | 14 |
| Binary | 100100 | 1010 | 110010 | 11100 | 1010000 | 0 | 1010000 | 100010111 | 1000011 | 1100 |
Color Harmonies of #240A32
Complementary color
Monochromatic Colors of #240A32
Black with #240A32
Text Example
Text Example
White with #240A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A32; }
p { color: rgb(36,10,50); }
H1.HeaderClassName
{
color: #240A32;
}
.AnyTagClassName
{
color: #240A32;
}
</style>
background-color css
<style>
a { background-color: #240A32; }
a { background-color: rgb(36,10,50); }
div.DivClassName
{
background-color: #240A32;
}
.BgClassName
{
background-color: #240A32;
}
</style>
border-color css
<style>
span { border-color: #240A32; }
span { border-color: rgb(36,10,50); }
td.TdClassName
{
border-color: #240A32;
}
.TagClassName
{
border-color: #240A32;
}
</style>