Shades of Blackcurrant #370F53
Tints of Blackcurrant #370F53
RGB
CMYK
RGB Variations
Color information
#370F53 (or 0x370F53) is known color: Blackcurrant. HEX triplet: 37, 0F and 53. RGB value is (55,15,83). Sum of RGB (Red+Green+Blue) = 55+15+83=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #370F53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F53 is #C8F0AC. Grayscale: #222222. Windows color (decimal): -13168813 or 5443383. OLE color: 5443383.
HSL color Cylindrical-coordinate representation of color #370F53: hue angle of 275.29º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370F53 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 15 | 83 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.67 |
| HSL | 275.29º | 0.69% | 0.19% | - |
| HSV(B) | 275.29º | 0.82% | 0.33% | - |
| XYZ | 3.31 | 1.78 | 8.35 | - |
| YUV | 34.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 83 | 0.34 | 0.82 | 0 | 0.67 | 275.29 | 0.69 | 0.19 |
| Hex | 37 | F | 53 | 22 | 52 | 0 | 43 | 113 | 45 | 13 |
| Octal | 67 | 17 | 123 | 42 | 122 | 0 | 103 | 423 | 105 | 23 |
| Binary | 110111 | 1111 | 1010011 | 100010 | 1010010 | 0 | 1000011 | 100010011 | 1000101 | 10011 |
Color Harmonies of #370F53
Complementary color
Monochromatic Colors of #370F53
Black with #370F53
Text Example
Text Example
White with #370F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F53; }
p { color: rgb(55,15,83); }
H1.HeaderClassName
{
color: #370F53;
}
.AnyTagClassName
{
color: #370F53;
}
</style>
background-color css
<style>
a { background-color: #370F53; }
a { background-color: rgb(55,15,83); }
div.DivClassName
{
background-color: #370F53;
}
.BgClassName
{
background-color: #370F53;
}
</style>
border-color css
<style>
span { border-color: #370F53; }
span { border-color: rgb(55,15,83); }
td.TdClassName
{
border-color: #370F53;
}
.TagClassName
{
border-color: #370F53;
}
</style>