Shades of Blackcurrant #36253B
Tints of Blackcurrant #36253B
RGB
CMYK
RGB Variations
Color information
#36253B (or 0x36253B) is known color: Blackcurrant. HEX triplet: 36, 25 and 3B. RGB value is (54,37,59). Sum of RGB (Red+Green+Blue) = 54+37+59=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 59 - color contains mainly: blue. Hex color #36253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36253B is #C9DAC4. Grayscale: #2C2C2C. Windows color (decimal): -13228741 or 3876150. OLE color: 3876150.
HSL color Cylindrical-coordinate representation of color #36253B: hue angle of 286.36º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #36253B is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 37 | 59 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.77 |
| HSL | 286.36º | 0.23% | 0.19% | - |
| HSV(B) | 286.36º | 0.37% | 0.23% | - |
| XYZ | 2.97 | 2.42 | 4.45 | - |
| YUV | 44.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 59 | 0.08 | 0.37 | 0 | 0.77 | 286.36 | 0.23 | 0.19 |
| Hex | 36 | 25 | 3B | 8 | 25 | 0 | 4D | 11E | 17 | 13 |
| Octal | 66 | 45 | 73 | 10 | 45 | 0 | 115 | 436 | 27 | 23 |
| Binary | 110110 | 100101 | 111011 | 1000 | 100101 | 0 | 1001101 | 100011110 | 10111 | 10011 |
Color Harmonies of #36253B
Complementary color
Monochromatic Colors of #36253B
Black with #36253B
Text Example
Text Example
White with #36253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36253B; }
p { color: rgb(54,37,59); }
H1.HeaderClassName
{
color: #36253B;
}
.AnyTagClassName
{
color: #36253B;
}
</style>
background-color css
<style>
a { background-color: #36253B; }
a { background-color: rgb(54,37,59); }
div.DivClassName
{
background-color: #36253B;
}
.BgClassName
{
background-color: #36253B;
}
</style>
border-color css
<style>
span { border-color: #36253B; }
span { border-color: rgb(54,37,59); }
td.TdClassName
{
border-color: #36253B;
}
.TagClassName
{
border-color: #36253B;
}
</style>