Shades of Blackcurrant #24003D
Tints of Blackcurrant #24003D
RGB
CMYK
RGB Variations
Color information
#24003D (or 0x24003D) is known color: Blackcurrant. HEX triplet: 24, 00 and 3D. RGB value is (36,0,61). Sum of RGB (Red+Green+Blue) = 36+0+61=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #24003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24003D is #DBFFC2. Grayscale: #111111. Windows color (decimal): -14417859 or 3997732. OLE color: 3997732.
HSL color Cylindrical-coordinate representation of color #24003D: hue angle of 275.41º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24003D is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 0 | 61 | - |
| CMYK | 0.41 | 1 | 0 | 0.76 |
| HSL | 275.41º | 1% | 0.12% | - |
| HSV(B) | 275.41º | 1% | 0.24% | - |
| XYZ | 1.57 | 0.71 | 4.47 | - |
| YUV | 17.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 61 | 0.41 | 1 | 0 | 0.76 | 275.41 | 1 | 0.12 |
| Hex | 24 | 0 | 3D | 29 | 64 | 0 | 4C | 113 | 64 | C |
| Octal | 44 | 0 | 75 | 51 | 144 | 0 | 114 | 423 | 144 | 14 |
| Binary | 100100 | 0 | 111101 | 101001 | 1100100 | 0 | 1001100 | 100010011 | 1100100 | 1100 |
Color Harmonies of #24003D
Complementary color
Monochromatic Colors of #24003D
Black with #24003D
Text Example
Text Example
White with #24003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24003D; }
p { color: rgb(36,0,61); }
H1.HeaderClassName
{
color: #24003D;
}
.AnyTagClassName
{
color: #24003D;
}
</style>
background-color css
<style>
a { background-color: #24003D; }
a { background-color: rgb(36,0,61); }
div.DivClassName
{
background-color: #24003D;
}
.BgClassName
{
background-color: #24003D;
}
</style>
border-color css
<style>
span { border-color: #24003D; }
span { border-color: rgb(36,0,61); }
td.TdClassName
{
border-color: #24003D;
}
.TagClassName
{
border-color: #24003D;
}
</style>