Shades of Blackcurrant #241933
Tints of Blackcurrant #241933
RGB
CMYK
RGB Variations
Color information
#241933 (or 0x241933) is known color: Blackcurrant. HEX triplet: 24, 19 and 33. RGB value is (36,25,51). Sum of RGB (Red+Green+Blue) = 36+25+51=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #241933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241933 is #DBE6CC. Grayscale: #1F1F1F. Windows color (decimal): -14411469 or 3348772. OLE color: 3348772.
HSL color Cylindrical-coordinate representation of color #241933: hue angle of 265.38º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #241933 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 36 | 25 | 51 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.8 |
| HSL | 265.38º | 0.34% | 0.15% | - |
| HSV(B) | 265.38º | 0.51% | 0.2% | - |
| XYZ | 1.67 | 1.31 | 3.3 | - |
| YUV | 31.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 51 | 0.29 | 0.51 | 0 | 0.8 | 265.38 | 0.34 | 0.15 |
| Hex | 24 | 19 | 33 | 1D | 33 | 0 | 50 | 109 | 22 | F |
| Octal | 44 | 31 | 63 | 35 | 63 | 0 | 120 | 411 | 42 | 17 |
| Binary | 100100 | 11001 | 110011 | 11101 | 110011 | 0 | 1010000 | 100001001 | 100010 | 1111 |
Color Harmonies of #241933
Complementary color
Monochromatic Colors of #241933
Black with #241933
Text Example
Text Example
White with #241933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241933; }
p { color: rgb(36,25,51); }
H1.HeaderClassName
{
color: #241933;
}
.AnyTagClassName
{
color: #241933;
}
</style>
background-color css
<style>
a { background-color: #241933; }
a { background-color: rgb(36,25,51); }
div.DivClassName
{
background-color: #241933;
}
.BgClassName
{
background-color: #241933;
}
</style>
border-color css
<style>
span { border-color: #241933; }
span { border-color: rgb(36,25,51); }
td.TdClassName
{
border-color: #241933;
}
.TagClassName
{
border-color: #241933;
}
</style>