Shades of Blackcurrant #370253
Tints of Blackcurrant #370253
RGB
CMYK
RGB Variations
Color information
#370253 (or 0x370253) is known color: Blackcurrant. HEX triplet: 37, 02 and 53. RGB value is (55,2,83). Sum of RGB (Red+Green+Blue) = 55+2+83=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #370253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370253 is #C8FDAC. Grayscale: #1A1A1A. Windows color (decimal): -13172141 or 5440055. OLE color: 5440055.
HSL color Cylindrical-coordinate representation of color #370253: hue angle of 279.26º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370253 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 2 | 83 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.67 |
| HSL | 279.26º | 0.95% | 0.17% | - |
| HSV(B) | 279.26º | 0.98% | 0.33% | - |
| XYZ | 3.16 | 1.48 | 8.3 | - |
| YUV | 27.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 83 | 0.34 | 0.98 | 0 | 0.67 | 279.26 | 0.95 | 0.17 |
| Hex | 37 | 2 | 53 | 22 | 62 | 0 | 43 | 117 | 5F | 11 |
| Octal | 67 | 2 | 123 | 42 | 142 | 0 | 103 | 427 | 137 | 21 |
| Binary | 110111 | 10 | 1010011 | 100010 | 1100010 | 0 | 1000011 | 100010111 | 1011111 | 10001 |
Color Harmonies of #370253
Complementary color
Monochromatic Colors of #370253
Black with #370253
Text Example
Text Example
White with #370253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370253; }
p { color: rgb(55,2,83); }
H1.HeaderClassName
{
color: #370253;
}
.AnyTagClassName
{
color: #370253;
}
</style>
background-color css
<style>
a { background-color: #370253; }
a { background-color: rgb(55,2,83); }
div.DivClassName
{
background-color: #370253;
}
.BgClassName
{
background-color: #370253;
}
</style>
border-color css
<style>
span { border-color: #370253; }
span { border-color: rgb(55,2,83); }
td.TdClassName
{
border-color: #370253;
}
.TagClassName
{
border-color: #370253;
}
</style>