Shades of Blackcurrant #370251
Tints of Blackcurrant #370251
RGB
CMYK
RGB Variations
Color information
#370251 (or 0x370251) is known color: Blackcurrant. HEX triplet: 37, 02 and 51. RGB value is (55,2,81). Sum of RGB (Red+Green+Blue) = 55+2+81=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #370251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370251 is #C8FDAE. Grayscale: #1A1A1A. Windows color (decimal): -13172143 or 5308983. OLE color: 5308983.
HSL color Cylindrical-coordinate representation of color #370251: hue angle of 280.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370251 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 2 | 81 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.68 |
| HSL | 280.25º | 0.95% | 0.16% | - |
| HSV(B) | 280.25º | 0.98% | 0.32% | - |
| XYZ | 3.08 | 1.45 | 7.9 | - |
| YUV | 26.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 81 | 0.32 | 0.98 | 0 | 0.68 | 280.25 | 0.95 | 0.16 |
| Hex | 37 | 2 | 51 | 20 | 62 | 0 | 44 | 118 | 5F | 10 |
| Octal | 67 | 2 | 121 | 40 | 142 | 0 | 104 | 430 | 137 | 20 |
| Binary | 110111 | 10 | 1010001 | 100000 | 1100010 | 0 | 1000100 | 100011000 | 1011111 | 10000 |
Color Harmonies of #370251
Complementary color
Monochromatic Colors of #370251
Black with #370251
Text Example
Text Example
White with #370251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370251; }
p { color: rgb(55,2,81); }
H1.HeaderClassName
{
color: #370251;
}
.AnyTagClassName
{
color: #370251;
}
</style>
background-color css
<style>
a { background-color: #370251; }
a { background-color: rgb(55,2,81); }
div.DivClassName
{
background-color: #370251;
}
.BgClassName
{
background-color: #370251;
}
</style>
border-color css
<style>
span { border-color: #370251; }
span { border-color: rgb(55,2,81); }
td.TdClassName
{
border-color: #370251;
}
.TagClassName
{
border-color: #370251;
}
</style>