Shades of Blackcurrant #37203F
Tints of Blackcurrant #37203F
RGB
CMYK
RGB Variations
Color information
#37203F (or 0x37203F) is known color: Blackcurrant. HEX triplet: 37, 20 and 3F. RGB value is (55,32,63). Sum of RGB (Red+Green+Blue) = 55+32+63=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #37203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37203F is #C8DFC0. Grayscale: #2A2A2A. Windows color (decimal): -13164481 or 4137015. OLE color: 4137015.
HSL color Cylindrical-coordinate representation of color #37203F: hue angle of 284.52º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37203F is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 32 | 63 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.75 |
| HSL | 284.52º | 0.33% | 0.19% | - |
| HSV(B) | 284.52º | 0.49% | 0.25% | - |
| XYZ | 2.99 | 2.2 | 4.97 | - |
| YUV | 42.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 63 | 0.13 | 0.49 | 0 | 0.75 | 284.52 | 0.33 | 0.19 |
| Hex | 37 | 20 | 3F | D | 31 | 0 | 4B | 11D | 21 | 13 |
| Octal | 67 | 40 | 77 | 15 | 61 | 0 | 113 | 435 | 41 | 23 |
| Binary | 110111 | 100000 | 111111 | 1101 | 110001 | 0 | 1001011 | 100011101 | 100001 | 10011 |
Color Harmonies of #37203F
Complementary color
Monochromatic Colors of #37203F
Black with #37203F
Text Example
Text Example
White with #37203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37203F; }
p { color: rgb(55,32,63); }
H1.HeaderClassName
{
color: #37203F;
}
.AnyTagClassName
{
color: #37203F;
}
</style>
background-color css
<style>
a { background-color: #37203F; }
a { background-color: rgb(55,32,63); }
div.DivClassName
{
background-color: #37203F;
}
.BgClassName
{
background-color: #37203F;
}
</style>
border-color css
<style>
span { border-color: #37203F; }
span { border-color: rgb(55,32,63); }
td.TdClassName
{
border-color: #37203F;
}
.TagClassName
{
border-color: #37203F;
}
</style>