Shades of Blackcurrant #362342
Tints of Blackcurrant #362342
RGB
CMYK
RGB Variations
Color information
#362342 (or 0x362342) is known color: Blackcurrant. HEX triplet: 36, 23 and 42. RGB value is (54,35,66). Sum of RGB (Red+Green+Blue) = 54+35+66=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 66 - color contains mainly: blue. Hex color #362342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362342 is #C9DCBD. Grayscale: #2C2C2C. Windows color (decimal): -13229246 or 4334390. OLE color: 4334390.
HSL color Cylindrical-coordinate representation of color #362342: hue angle of 276.77º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #362342 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 35 | 66 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.74 |
| HSL | 276.77º | 0.31% | 0.2% | - |
| HSV(B) | 276.77º | 0.47% | 0.26% | - |
| XYZ | 3.11 | 2.38 | 5.45 | - |
| YUV | 44.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 66 | 0.18 | 0.47 | 0 | 0.74 | 276.77 | 0.31 | 0.2 |
| Hex | 36 | 23 | 42 | 12 | 2F | 0 | 4A | 115 | 1F | 14 |
| Octal | 66 | 43 | 102 | 22 | 57 | 0 | 112 | 425 | 37 | 24 |
| Binary | 110110 | 100011 | 1000010 | 10010 | 101111 | 0 | 1001010 | 100010101 | 11111 | 10100 |
Color Harmonies of #362342
Complementary color
Monochromatic Colors of #362342
Black with #362342
Text Example
Text Example
White with #362342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362342; }
p { color: rgb(54,35,66); }
H1.HeaderClassName
{
color: #362342;
}
.AnyTagClassName
{
color: #362342;
}
</style>
background-color css
<style>
a { background-color: #362342; }
a { background-color: rgb(54,35,66); }
div.DivClassName
{
background-color: #362342;
}
.BgClassName
{
background-color: #362342;
}
</style>
border-color css
<style>
span { border-color: #362342; }
span { border-color: rgb(54,35,66); }
td.TdClassName
{
border-color: #362342;
}
.TagClassName
{
border-color: #362342;
}
</style>