Shades of Blackcurrant #37253D
Tints of Blackcurrant #37253D
RGB
CMYK
RGB Variations
Color information
#37253D (or 0x37253D) is known color: Blackcurrant. HEX triplet: 37, 25 and 3D. RGB value is (55,37,61). Sum of RGB (Red+Green+Blue) = 55+37+61=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #37253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37253D is #C8DAC2. Grayscale: #2D2D2D. Windows color (decimal): -13163203 or 4007223. OLE color: 4007223.
HSL color Cylindrical-coordinate representation of color #37253D: hue angle of 285º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #37253D is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 37 | 61 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.76 |
| HSL | 285º | 0.24% | 0.19% | - |
| HSV(B) | 285º | 0.39% | 0.24% | - |
| XYZ | 3.08 | 2.47 | 4.73 | - |
| YUV | 45.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 61 | 0.10 | 0.39 | 0 | 0.76 | 285 | 0.24 | 0.19 |
| Hex | 37 | 25 | 3D | A | 27 | 0 | 4C | 11D | 18 | 13 |
| Octal | 67 | 45 | 75 | 12 | 47 | 0 | 114 | 435 | 30 | 23 |
| Binary | 110111 | 100101 | 111101 | 1010 | 100111 | 0 | 1001100 | 100011101 | 11000 | 10011 |
Color Harmonies of #37253D
Complementary color
Monochromatic Colors of #37253D
Black with #37253D
Text Example
Text Example
White with #37253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37253D; }
p { color: rgb(55,37,61); }
H1.HeaderClassName
{
color: #37253D;
}
.AnyTagClassName
{
color: #37253D;
}
</style>
background-color css
<style>
a { background-color: #37253D; }
a { background-color: rgb(55,37,61); }
div.DivClassName
{
background-color: #37253D;
}
.BgClassName
{
background-color: #37253D;
}
</style>
border-color css
<style>
span { border-color: #37253D; }
span { border-color: rgb(55,37,61); }
td.TdClassName
{
border-color: #37253D;
}
.TagClassName
{
border-color: #37253D;
}
</style>