Shades of Blackcurrant #37104B
Tints of Blackcurrant #37104B
RGB
CMYK
RGB Variations
Color information
#37104B (or 0x37104B) is known color: Blackcurrant. HEX triplet: 37, 10 and 4B. RGB value is (55,16,75). Sum of RGB (Red+Green+Blue) = 55+16+75=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #37104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37104B is #C8EFB4. Grayscale: #222222. Windows color (decimal): -13168565 or 4919351. OLE color: 4919351.
HSL color Cylindrical-coordinate representation of color #37104B: hue angle of 279.66º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37104B is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 16 | 75 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.71 |
| HSL | 279.66º | 0.65% | 0.18% | - |
| HSV(B) | 279.66º | 0.79% | 0.29% | - |
| XYZ | 3.03 | 1.69 | 6.82 | - |
| YUV | 34.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 75 | 0.27 | 0.79 | 0 | 0.71 | 279.66 | 0.65 | 0.18 |
| Hex | 37 | 10 | 4B | 1B | 4F | 0 | 47 | 118 | 41 | 12 |
| Octal | 67 | 20 | 113 | 33 | 117 | 0 | 107 | 430 | 101 | 22 |
| Binary | 110111 | 10000 | 1001011 | 11011 | 1001111 | 0 | 1000111 | 100011000 | 1000001 | 10010 |
Color Harmonies of #37104B
Complementary color
Monochromatic Colors of #37104B
Black with #37104B
Text Example
Text Example
White with #37104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37104B; }
p { color: rgb(55,16,75); }
H1.HeaderClassName
{
color: #37104B;
}
.AnyTagClassName
{
color: #37104B;
}
</style>
background-color css
<style>
a { background-color: #37104B; }
a { background-color: rgb(55,16,75); }
div.DivClassName
{
background-color: #37104B;
}
.BgClassName
{
background-color: #37104B;
}
</style>
border-color css
<style>
span { border-color: #37104B; }
span { border-color: rgb(55,16,75); }
td.TdClassName
{
border-color: #37104B;
}
.TagClassName
{
border-color: #37104B;
}
</style>