Shades of Blackcurrant #37003E
Tints of Blackcurrant #37003E
RGB
CMYK
RGB Variations
Color information
#37003E (or 0x37003E) is known color: Blackcurrant. HEX triplet: 37, 00 and 3E. RGB value is (55,0,62). Sum of RGB (Red+Green+Blue) = 55+0+62=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #37003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37003E is #C8FFC1. Grayscale: #171717. Windows color (decimal): -13172674 or 4063287. OLE color: 4063287.
HSL color Cylindrical-coordinate representation of color #37003E: hue angle of 293.23º 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 #37003E is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 0 | 62 | - |
| CMYK | 0.11 | 1 | 0 | 0.76 |
| HSL | 293.23º | 1% | 0.12% | - |
| HSV(B) | 293.23º | 1% | 0.24% | - |
| XYZ | 2.45 | 1.16 | 4.65 | - |
| YUV | 23.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 62 | 0.11 | 1 | 0 | 0.76 | 293.23 | 1 | 0.12 |
| Hex | 37 | 0 | 3E | B | 64 | 0 | 4C | 125 | 64 | C |
| Octal | 67 | 0 | 76 | 13 | 144 | 0 | 114 | 445 | 144 | 14 |
| Binary | 110111 | 0 | 111110 | 1011 | 1100100 | 0 | 1001100 | 100100101 | 1100100 | 1100 |
Color Harmonies of #37003E
Complementary color
Monochromatic Colors of #37003E
Black with #37003E
Text Example
Text Example
White with #37003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37003E; }
p { color: rgb(55,0,62); }
H1.HeaderClassName
{
color: #37003E;
}
.AnyTagClassName
{
color: #37003E;
}
</style>
background-color css
<style>
a { background-color: #37003E; }
a { background-color: rgb(55,0,62); }
div.DivClassName
{
background-color: #37003E;
}
.BgClassName
{
background-color: #37003E;
}
</style>
border-color css
<style>
span { border-color: #37003E; }
span { border-color: rgb(55,0,62); }
td.TdClassName
{
border-color: #37003E;
}
.TagClassName
{
border-color: #37003E;
}
</style>