Shades of Blackcurrant #36013C
Tints of Blackcurrant #36013C
RGB
CMYK
RGB Variations
Color information
#36013C (or 0x36013C) is known color: Blackcurrant. HEX triplet: 36, 01 and 3C. RGB value is (54,1,60). Sum of RGB (Red+Green+Blue) = 54+1+60=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #36013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36013C is #C9FEC3. Grayscale: #171717. Windows color (decimal): -13237956 or 3932470. OLE color: 3932470.
HSL color Cylindrical-coordinate representation of color #36013C: hue angle of 293.9º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36013C is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 1 | 60 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.76 |
| HSL | 293.9º | 0.97% | 0.12% | - |
| HSV(B) | 293.9º | 0.98% | 0.24% | - |
| XYZ | 2.35 | 1.13 | 4.37 | - |
| YUV | 23.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 60 | 0.10 | 0.98 | 0 | 0.76 | 293.9 | 0.97 | 0.12 |
| Hex | 36 | 1 | 3C | A | 62 | 0 | 4C | 126 | 61 | C |
| Octal | 66 | 1 | 74 | 12 | 142 | 0 | 114 | 446 | 141 | 14 |
| Binary | 110110 | 1 | 111100 | 1010 | 1100010 | 0 | 1001100 | 100100110 | 1100001 | 1100 |
Color Harmonies of #36013C
Complementary color
Monochromatic Colors of #36013C
Black with #36013C
Text Example
Text Example
White with #36013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36013C; }
p { color: rgb(54,1,60); }
H1.HeaderClassName
{
color: #36013C;
}
.AnyTagClassName
{
color: #36013C;
}
</style>
background-color css
<style>
a { background-color: #36013C; }
a { background-color: rgb(54,1,60); }
div.DivClassName
{
background-color: #36013C;
}
.BgClassName
{
background-color: #36013C;
}
</style>
border-color css
<style>
span { border-color: #36013C; }
span { border-color: rgb(54,1,60); }
td.TdClassName
{
border-color: #36013C;
}
.TagClassName
{
border-color: #36013C;
}
</style>