Shades of Blackcurrant #370C4B
Tints of Blackcurrant #370C4B
RGB
CMYK
RGB Variations
Color information
#370C4B (or 0x370C4B) is known color: Blackcurrant. HEX triplet: 37, 0C and 4B. RGB value is (55,12,75). Sum of RGB (Red+Green+Blue) = 55+12+75=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #370C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C4B is #C8F3B4. Grayscale: #1F1F1F. Windows color (decimal): -13169589 or 4918327. OLE color: 4918327.
HSL color Cylindrical-coordinate representation of color #370C4B: hue angle of 280.95º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370C4B is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 12 | 75 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.71 |
| HSL | 280.95º | 0.72% | 0.17% | - |
| HSV(B) | 280.95º | 0.84% | 0.29% | - |
| XYZ | 2.98 | 1.58 | 6.81 | - |
| YUV | 32.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 75 | 0.27 | 0.84 | 0 | 0.71 | 280.95 | 0.72 | 0.17 |
| Hex | 37 | C | 4B | 1B | 54 | 0 | 47 | 119 | 48 | 11 |
| Octal | 67 | 14 | 113 | 33 | 124 | 0 | 107 | 431 | 110 | 21 |
| Binary | 110111 | 1100 | 1001011 | 11011 | 1010100 | 0 | 1000111 | 100011001 | 1001000 | 10001 |
Color Harmonies of #370C4B
Complementary color
Monochromatic Colors of #370C4B
Black with #370C4B
Text Example
Text Example
White with #370C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C4B; }
p { color: rgb(55,12,75); }
H1.HeaderClassName
{
color: #370C4B;
}
.AnyTagClassName
{
color: #370C4B;
}
</style>
background-color css
<style>
a { background-color: #370C4B; }
a { background-color: rgb(55,12,75); }
div.DivClassName
{
background-color: #370C4B;
}
.BgClassName
{
background-color: #370C4B;
}
</style>
border-color css
<style>
span { border-color: #370C4B; }
span { border-color: rgb(55,12,75); }
td.TdClassName
{
border-color: #370C4B;
}
.TagClassName
{
border-color: #370C4B;
}
</style>