Shades of Blackcurrant #240635
Tints of Blackcurrant #240635
RGB
CMYK
RGB Variations
Color information
#240635 (or 0x240635) is known color: Blackcurrant. HEX triplet: 24, 06 and 35. RGB value is (36,6,53). Sum of RGB (Red+Green+Blue) = 36+6+53=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #240635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240635 is #DBF9CA. Grayscale: #141414. Windows color (decimal): -14416331 or 3474980. OLE color: 3474980.
HSL color Cylindrical-coordinate representation of color #240635: hue angle of 278.3º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240635 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 6 | 53 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.79 |
| HSL | 278.3º | 0.8% | 0.12% | - |
| HSV(B) | 278.3º | 0.89% | 0.21% | - |
| XYZ | 1.44 | 0.76 | 3.44 | - |
| YUV | 20.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 53 | 0.32 | 0.89 | 0 | 0.79 | 278.3 | 0.8 | 0.12 |
| Hex | 24 | 6 | 35 | 20 | 59 | 0 | 4F | 116 | 50 | C |
| Octal | 44 | 6 | 65 | 40 | 131 | 0 | 117 | 426 | 120 | 14 |
| Binary | 100100 | 110 | 110101 | 100000 | 1011001 | 0 | 1001111 | 100010110 | 1010000 | 1100 |
Color Harmonies of #240635
Complementary color
Monochromatic Colors of #240635
Black with #240635
Text Example
Text Example
White with #240635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240635; }
p { color: rgb(36,6,53); }
H1.HeaderClassName
{
color: #240635;
}
.AnyTagClassName
{
color: #240635;
}
</style>
background-color css
<style>
a { background-color: #240635; }
a { background-color: rgb(36,6,53); }
div.DivClassName
{
background-color: #240635;
}
.BgClassName
{
background-color: #240635;
}
</style>
border-color css
<style>
span { border-color: #240635; }
span { border-color: rgb(36,6,53); }
td.TdClassName
{
border-color: #240635;
}
.TagClassName
{
border-color: #240635;
}
</style>