Shades of Blackcurrant #24063D
Tints of Blackcurrant #24063D
RGB
CMYK
RGB Variations
Color information
#24063D (or 0x24063D) is known color: Blackcurrant. HEX triplet: 24, 06 and 3D. RGB value is (36,6,61). Sum of RGB (Red+Green+Blue) = 36+6+61=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #24063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24063D is #DBF9C2. Grayscale: #151515. Windows color (decimal): -14416323 or 3999268. OLE color: 3999268.
HSL color Cylindrical-coordinate representation of color #24063D: hue angle of 272.73º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24063D is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 6 | 61 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.76 |
| HSL | 272.73º | 0.82% | 0.13% | - |
| HSV(B) | 272.73º | 0.9% | 0.24% | - |
| XYZ | 1.63 | 0.84 | 4.49 | - |
| YUV | 21.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 61 | 0.41 | 0.90 | 0 | 0.76 | 272.73 | 0.82 | 0.13 |
| Hex | 24 | 6 | 3D | 29 | 5A | 0 | 4C | 111 | 52 | D |
| Octal | 44 | 6 | 75 | 51 | 132 | 0 | 114 | 421 | 122 | 15 |
| Binary | 100100 | 110 | 111101 | 101001 | 1011010 | 0 | 1001100 | 100010001 | 1010010 | 1101 |
Color Harmonies of #24063D
Complementary color
Monochromatic Colors of #24063D
Black with #24063D
Text Example
Text Example
White with #24063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24063D; }
p { color: rgb(36,6,61); }
H1.HeaderClassName
{
color: #24063D;
}
.AnyTagClassName
{
color: #24063D;
}
</style>
background-color css
<style>
a { background-color: #24063D; }
a { background-color: rgb(36,6,61); }
div.DivClassName
{
background-color: #24063D;
}
.BgClassName
{
background-color: #24063D;
}
</style>
border-color css
<style>
span { border-color: #24063D; }
span { border-color: rgb(36,6,61); }
td.TdClassName
{
border-color: #24063D;
}
.TagClassName
{
border-color: #24063D;
}
</style>