Shades of Blackcurrant #370B4B
Tints of Blackcurrant #370B4B
RGB
CMYK
RGB Variations
Color information
#370B4B (or 0x370B4B) is known color: Blackcurrant. HEX triplet: 37, 0B and 4B. RGB value is (55,11,75). Sum of RGB (Red+Green+Blue) = 55+11+75=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #370B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B4B is #C8F4B4. Grayscale: #1F1F1F. Windows color (decimal): -13169845 or 4918071. OLE color: 4918071.
HSL color Cylindrical-coordinate representation of color #370B4B: hue angle of 281.25º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370B4B is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 11 | 75 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.71 |
| HSL | 281.25º | 0.74% | 0.17% | - |
| HSV(B) | 281.25º | 0.85% | 0.29% | - |
| XYZ | 2.97 | 1.56 | 6.8 | - |
| YUV | 31.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 75 | 0.27 | 0.85 | 0 | 0.71 | 281.25 | 0.74 | 0.17 |
| Hex | 37 | B | 4B | 1B | 55 | 0 | 47 | 119 | 4A | 11 |
| Octal | 67 | 13 | 113 | 33 | 125 | 0 | 107 | 431 | 112 | 21 |
| Binary | 110111 | 1011 | 1001011 | 11011 | 1010101 | 0 | 1000111 | 100011001 | 1001010 | 10001 |
Color Harmonies of #370B4B
Complementary color
Monochromatic Colors of #370B4B
Black with #370B4B
Text Example
Text Example
White with #370B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B4B; }
p { color: rgb(55,11,75); }
H1.HeaderClassName
{
color: #370B4B;
}
.AnyTagClassName
{
color: #370B4B;
}
</style>
background-color css
<style>
a { background-color: #370B4B; }
a { background-color: rgb(55,11,75); }
div.DivClassName
{
background-color: #370B4B;
}
.BgClassName
{
background-color: #370B4B;
}
</style>
border-color css
<style>
span { border-color: #370B4B; }
span { border-color: rgb(55,11,75); }
td.TdClassName
{
border-color: #370B4B;
}
.TagClassName
{
border-color: #370B4B;
}
</style>