Shades of Blackcurrant #370C41
Tints of Blackcurrant #370C41
RGB
CMYK
RGB Variations
Color information
#370C41 (or 0x370C41) is known color: Blackcurrant. HEX triplet: 37, 0C and 41. RGB value is (55,12,65). Sum of RGB (Red+Green+Blue) = 55+12+65=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #370C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C41 is #C8F3BE. Grayscale: #1E1E1E. Windows color (decimal): -13169599 or 4262967. OLE color: 4262967.
HSL color Cylindrical-coordinate representation of color #370C41: hue angle of 288.68º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370C41 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 12 | 65 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.75 |
| HSL | 288.68º | 0.69% | 0.15% | - |
| HSV(B) | 288.68º | 0.82% | 0.25% | - |
| XYZ | 2.66 | 1.46 | 5.14 | - |
| YUV | 30.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 65 | 0.15 | 0.82 | 0 | 0.75 | 288.68 | 0.69 | 0.15 |
| Hex | 37 | C | 41 | F | 52 | 0 | 4B | 121 | 45 | F |
| Octal | 67 | 14 | 101 | 17 | 122 | 0 | 113 | 441 | 105 | 17 |
| Binary | 110111 | 1100 | 1000001 | 1111 | 1010010 | 0 | 1001011 | 100100001 | 1000101 | 1111 |
Color Harmonies of #370C41
Complementary color
Monochromatic Colors of #370C41
Black with #370C41
Text Example
Text Example
White with #370C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C41; }
p { color: rgb(55,12,65); }
H1.HeaderClassName
{
color: #370C41;
}
.AnyTagClassName
{
color: #370C41;
}
</style>
background-color css
<style>
a { background-color: #370C41; }
a { background-color: rgb(55,12,65); }
div.DivClassName
{
background-color: #370C41;
}
.BgClassName
{
background-color: #370C41;
}
</style>
border-color css
<style>
span { border-color: #370C41; }
span { border-color: rgb(55,12,65); }
td.TdClassName
{
border-color: #370C41;
}
.TagClassName
{
border-color: #370C41;
}
</style>