Shades of Blackcurrant #36273C
Tints of Blackcurrant #36273C
RGB
CMYK
RGB Variations
Color information
#36273C (or 0x36273C) is known color: Blackcurrant. HEX triplet: 36, 27 and 3C. RGB value is (54,39,60). Sum of RGB (Red+Green+Blue) = 54+39+60=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 60 - color contains mainly: blue. Hex color #36273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36273C is #C9D8C3. Grayscale: #2D2D2D. Windows color (decimal): -13228228 or 3942198. OLE color: 3942198.
HSL color Cylindrical-coordinate representation of color #36273C: hue angle of 282.86º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36273C is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 39 | 60 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.76 |
| HSL | 282.86º | 0.21% | 0.19% | - |
| HSV(B) | 282.86º | 0.35% | 0.24% | - |
| XYZ | 3.06 | 2.56 | 4.61 | - |
| YUV | 45.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 60 | 0.10 | 0.35 | 0 | 0.76 | 282.86 | 0.21 | 0.19 |
| Hex | 36 | 27 | 3C | A | 23 | 0 | 4C | 11B | 15 | 13 |
| Octal | 66 | 47 | 74 | 12 | 43 | 0 | 114 | 433 | 25 | 23 |
| Binary | 110110 | 100111 | 111100 | 1010 | 100011 | 0 | 1001100 | 100011011 | 10101 | 10011 |
Color Harmonies of #36273C
Complementary color
Monochromatic Colors of #36273C
Black with #36273C
Text Example
Text Example
White with #36273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36273C; }
p { color: rgb(54,39,60); }
H1.HeaderClassName
{
color: #36273C;
}
.AnyTagClassName
{
color: #36273C;
}
</style>
background-color css
<style>
a { background-color: #36273C; }
a { background-color: rgb(54,39,60); }
div.DivClassName
{
background-color: #36273C;
}
.BgClassName
{
background-color: #36273C;
}
</style>
border-color css
<style>
span { border-color: #36273C; }
span { border-color: rgb(54,39,60); }
td.TdClassName
{
border-color: #36273C;
}
.TagClassName
{
border-color: #36273C;
}
</style>