Shades of Blackcurrant #302637
Tints of Blackcurrant #302637
RGB
CMYK
RGB Variations
Color information
#302637 (or 0x302637) is known color: Blackcurrant. HEX triplet: 30, 26 and 37. RGB value is (48,38,55). Sum of RGB (Red+Green+Blue) = 48+38+55=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #302637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302637 is #CFD9C8. Grayscale: #2A2A2A. Windows color (decimal): -13621705 or 3614256. OLE color: 3614256.
HSL color Cylindrical-coordinate representation of color #302637: hue angle of 275.29º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302637 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 38 | 55 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.78 |
| HSL | 275.29º | 0.18% | 0.18% | - |
| HSV(B) | 275.29º | 0.31% | 0.22% | - |
| XYZ | 2.6 | 2.29 | 3.92 | - |
| YUV | 42.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 55 | 0.13 | 0.31 | 0 | 0.78 | 275.29 | 0.18 | 0.18 |
| Hex | 30 | 26 | 37 | D | 1F | 0 | 4E | 113 | 12 | 12 |
| Octal | 60 | 46 | 67 | 15 | 37 | 0 | 116 | 423 | 22 | 22 |
| Binary | 110000 | 100110 | 110111 | 1101 | 11111 | 0 | 1001110 | 100010011 | 10010 | 10010 |
Color Harmonies of #302637
Complementary color
Monochromatic Colors of #302637
Black with #302637
Text Example
Text Example
White with #302637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302637; }
p { color: rgb(48,38,55); }
H1.HeaderClassName
{
color: #302637;
}
.AnyTagClassName
{
color: #302637;
}
</style>
background-color css
<style>
a { background-color: #302637; }
a { background-color: rgb(48,38,55); }
div.DivClassName
{
background-color: #302637;
}
.BgClassName
{
background-color: #302637;
}
</style>
border-color css
<style>
span { border-color: #302637; }
span { border-color: rgb(48,38,55); }
td.TdClassName
{
border-color: #302637;
}
.TagClassName
{
border-color: #302637;
}
</style>