Shades of Blackcurrant #36233E
Tints of Blackcurrant #36233E
RGB
CMYK
RGB Variations
Color information
#36233E (or 0x36233E) is known color: Blackcurrant. HEX triplet: 36, 23 and 3E. RGB value is (54,35,62). Sum of RGB (Red+Green+Blue) = 54+35+62=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 62 - color contains mainly: blue. Hex color #36233E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36233E is #C9DCC1. Grayscale: #2B2B2B. Windows color (decimal): -13229250 or 4072246. OLE color: 4072246.
HSL color Cylindrical-coordinate representation of color #36233E: hue angle of 282.22º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36233E is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 35 | 62 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.76 |
| HSL | 282.22º | 0.28% | 0.19% | - |
| HSV(B) | 282.22º | 0.44% | 0.24% | - |
| XYZ | 2.99 | 2.33 | 4.85 | - |
| YUV | 43.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 62 | 0.13 | 0.44 | 0 | 0.76 | 282.22 | 0.28 | 0.19 |
| Hex | 36 | 23 | 3E | D | 2C | 0 | 4C | 11A | 1C | 13 |
| Octal | 66 | 43 | 76 | 15 | 54 | 0 | 114 | 432 | 34 | 23 |
| Binary | 110110 | 100011 | 111110 | 1101 | 101100 | 0 | 1001100 | 100011010 | 11100 | 10011 |
Color Harmonies of #36233E
Complementary color
Monochromatic Colors of #36233E
Black with #36233E
Text Example
Text Example
White with #36233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36233E; }
p { color: rgb(54,35,62); }
H1.HeaderClassName
{
color: #36233E;
}
.AnyTagClassName
{
color: #36233E;
}
</style>
background-color css
<style>
a { background-color: #36233E; }
a { background-color: rgb(54,35,62); }
div.DivClassName
{
background-color: #36233E;
}
.BgClassName
{
background-color: #36233E;
}
</style>
border-color css
<style>
span { border-color: #36233E; }
span { border-color: rgb(54,35,62); }
td.TdClassName
{
border-color: #36233E;
}
.TagClassName
{
border-color: #36233E;
}
</style>