Shades of Blackcurrant #36183D
Tints of Blackcurrant #36183D
RGB
CMYK
RGB Variations
Color information
#36183D (or 0x36183D) is known color: Blackcurrant. HEX triplet: 36, 18 and 3D. RGB value is (54,24,61). Sum of RGB (Red+Green+Blue) = 54+24+61=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #36183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36183D is #C9E7C2. Grayscale: #252525. Windows color (decimal): -13232067 or 4003894. OLE color: 4003894.
HSL color Cylindrical-coordinate representation of color #36183D: hue angle of 288.65º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36183D is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 24 | 61 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.76 |
| HSL | 288.65º | 0.44% | 0.17% | - |
| HSV(B) | 288.65º | 0.61% | 0.24% | - |
| XYZ | 2.69 | 1.77 | 4.62 | - |
| YUV | 37.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 61 | 0.11 | 0.61 | 0 | 0.76 | 288.65 | 0.44 | 0.17 |
| Hex | 36 | 18 | 3D | B | 3D | 0 | 4C | 121 | 2C | 11 |
| Octal | 66 | 30 | 75 | 13 | 75 | 0 | 114 | 441 | 54 | 21 |
| Binary | 110110 | 11000 | 111101 | 1011 | 111101 | 0 | 1001100 | 100100001 | 101100 | 10001 |
Color Harmonies of #36183D
Complementary color
Monochromatic Colors of #36183D
Black with #36183D
Text Example
Text Example
White with #36183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36183D; }
p { color: rgb(54,24,61); }
H1.HeaderClassName
{
color: #36183D;
}
.AnyTagClassName
{
color: #36183D;
}
</style>
background-color css
<style>
a { background-color: #36183D; }
a { background-color: rgb(54,24,61); }
div.DivClassName
{
background-color: #36183D;
}
.BgClassName
{
background-color: #36183D;
}
</style>
border-color css
<style>
span { border-color: #36183D; }
span { border-color: rgb(54,24,61); }
td.TdClassName
{
border-color: #36183D;
}
.TagClassName
{
border-color: #36183D;
}
</style>