Shades of Blackcurrant #37103F
Tints of Blackcurrant #37103F
RGB
CMYK
RGB Variations
Color information
#37103F (or 0x37103F) is known color: Blackcurrant. HEX triplet: 37, 10 and 3F. RGB value is (55,16,63). Sum of RGB (Red+Green+Blue) = 55+16+63=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #37103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37103F is #C8EFC0. Grayscale: #202020. Windows color (decimal): -13168577 or 4132919. OLE color: 4132919.
HSL color Cylindrical-coordinate representation of color #37103F: hue angle of 289.79º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37103F is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 16 | 63 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.75 |
| HSL | 289.79º | 0.59% | 0.15% | - |
| HSV(B) | 289.79º | 0.75% | 0.25% | - |
| XYZ | 2.66 | 1.54 | 4.86 | - |
| YUV | 33.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 63 | 0.13 | 0.75 | 0 | 0.75 | 289.79 | 0.59 | 0.15 |
| Hex | 37 | 10 | 3F | D | 4B | 0 | 4B | 122 | 3B | F |
| Octal | 67 | 20 | 77 | 15 | 113 | 0 | 113 | 442 | 73 | 17 |
| Binary | 110111 | 10000 | 111111 | 1101 | 1001011 | 0 | 1001011 | 100100010 | 111011 | 1111 |
Color Harmonies of #37103F
Complementary color
Monochromatic Colors of #37103F
Black with #37103F
Text Example
Text Example
White with #37103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37103F; }
p { color: rgb(55,16,63); }
H1.HeaderClassName
{
color: #37103F;
}
.AnyTagClassName
{
color: #37103F;
}
</style>
background-color css
<style>
a { background-color: #37103F; }
a { background-color: rgb(55,16,63); }
div.DivClassName
{
background-color: #37103F;
}
.BgClassName
{
background-color: #37103F;
}
</style>
border-color css
<style>
span { border-color: #37103F; }
span { border-color: rgb(55,16,63); }
td.TdClassName
{
border-color: #37103F;
}
.TagClassName
{
border-color: #37103F;
}
</style>