Shades of Blackcurrant #241134
Tints of Blackcurrant #241134
RGB
CMYK
RGB Variations
Color information
#241134 (or 0x241134) is known color: Blackcurrant. HEX triplet: 24, 11 and 34. RGB value is (36,17,52). Sum of RGB (Red+Green+Blue) = 36+17+52=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #241134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241134 is #DBEECB. Grayscale: #1A1A1A. Windows color (decimal): -14413516 or 3412260. OLE color: 3412260.
HSL color Cylindrical-coordinate representation of color #241134: hue angle of 272.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241134 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 17 | 52 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.80 |
| HSL | 272.57º | 0.51% | 0.14% | - |
| HSV(B) | 272.57º | 0.67% | 0.2% | - |
| XYZ | 1.55 | 1.02 | 3.36 | - |
| YUV | 26.67 | 142.29 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 52 | 0.31 | 0.67 | 0 | 0.80 | 272.57 | 0.51 | 0.14 |
| Hex | 24 | 11 | 34 | 1F | 43 | 0 | 50 | 111 | 33 | E |
| Octal | 44 | 21 | 64 | 37 | 103 | 0 | 120 | 421 | 63 | 16 |
| Binary | 100100 | 10001 | 110100 | 11111 | 1000011 | 0 | 1010000 | 100010001 | 110011 | 1110 |
Color Harmonies of #241134
Complementary color
Monochromatic Colors of #241134
Black with #241134
Text Example
Text Example
White with #241134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241134; }
p { color: rgb(36,17,52); }
H1.HeaderClassName
{
color: #241134;
}
.AnyTagClassName
{
color: #241134;
}
</style>
background-color css
<style>
a { background-color: #241134; }
a { background-color: rgb(36,17,52); }
div.DivClassName
{
background-color: #241134;
}
.BgClassName
{
background-color: #241134;
}
</style>
border-color css
<style>
span { border-color: #241134; }
span { border-color: rgb(36,17,52); }
td.TdClassName
{
border-color: #241134;
}
.TagClassName
{
border-color: #241134;
}
</style>