Shades of Blackcurrant #37003C
Tints of Blackcurrant #37003C
RGB
CMYK
RGB Variations
Color information
#37003C (or 0x37003C) is known color: Blackcurrant. HEX triplet: 37, 00 and 3C. RGB value is (55,0,60). Sum of RGB (Red+Green+Blue) = 55+0+60=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #37003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37003C is #C8FFC3. Grayscale: #171717. Windows color (decimal): -13172676 or 3932215. OLE color: 3932215.
HSL color Cylindrical-coordinate representation of color #37003C: hue angle of 295º 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 #37003C is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 0 | 60 | - |
| CMYK | 0.08 | 1 | 0 | 0.76 |
| HSL | 295º | 1% | 0.12% | - |
| HSV(B) | 295º | 1% | 0.24% | - |
| XYZ | 2.39 | 1.14 | 4.37 | - |
| YUV | 23.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 60 | 0.08 | 1 | 0 | 0.76 | 295 | 1 | 0.12 |
| Hex | 37 | 0 | 3C | 8 | 64 | 0 | 4C | 127 | 64 | C |
| Octal | 67 | 0 | 74 | 10 | 144 | 0 | 114 | 447 | 144 | 14 |
| Binary | 110111 | 0 | 111100 | 1000 | 1100100 | 0 | 1001100 | 100100111 | 1100100 | 1100 |
Color Harmonies of #37003C
Complementary color
Monochromatic Colors of #37003C
Black with #37003C
Text Example
Text Example
White with #37003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37003C; }
p { color: rgb(55,0,60); }
H1.HeaderClassName
{
color: #37003C;
}
.AnyTagClassName
{
color: #37003C;
}
</style>
background-color css
<style>
a { background-color: #37003C; }
a { background-color: rgb(55,0,60); }
div.DivClassName
{
background-color: #37003C;
}
.BgClassName
{
background-color: #37003C;
}
</style>
border-color css
<style>
span { border-color: #37003C; }
span { border-color: rgb(55,0,60); }
td.TdClassName
{
border-color: #37003C;
}
.TagClassName
{
border-color: #37003C;
}
</style>