Shades of Blackcurrant #331A42
Tints of Blackcurrant #331A42
RGB
CMYK
RGB Variations
Color information
#331A42 (or 0x331A42) is known color: Blackcurrant. HEX triplet: 33, 1A and 42. RGB value is (51,26,66). Sum of RGB (Red+Green+Blue) = 51+26+66=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #331A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A42 is #CCE5BD. Grayscale: #252525. Windows color (decimal): -13428158 or 4332083. OLE color: 4332083.
HSL color Cylindrical-coordinate representation of color #331A42: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #331A42 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 26 | 66 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.74 |
| HSL | 277.5º | 0.43% | 0.18% | - |
| HSV(B) | 277.5º | 0.61% | 0.26% | - |
| XYZ | 2.72 | 1.84 | 5.37 | - |
| YUV | 38.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 66 | 0.23 | 0.61 | 0 | 0.74 | 277.5 | 0.43 | 0.18 |
| Hex | 33 | 1A | 42 | 17 | 3D | 0 | 4A | 116 | 2B | 12 |
| Octal | 63 | 32 | 102 | 27 | 75 | 0 | 112 | 426 | 53 | 22 |
| Binary | 110011 | 11010 | 1000010 | 10111 | 111101 | 0 | 1001010 | 100010110 | 101011 | 10010 |
Color Harmonies of #331A42
Complementary color
Monochromatic Colors of #331A42
Black with #331A42
Text Example
Text Example
White with #331A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A42; }
p { color: rgb(51,26,66); }
H1.HeaderClassName
{
color: #331A42;
}
.AnyTagClassName
{
color: #331A42;
}
</style>
background-color css
<style>
a { background-color: #331A42; }
a { background-color: rgb(51,26,66); }
div.DivClassName
{
background-color: #331A42;
}
.BgClassName
{
background-color: #331A42;
}
</style>
border-color css
<style>
span { border-color: #331A42; }
span { border-color: rgb(51,26,66); }
td.TdClassName
{
border-color: #331A42;
}
.TagClassName
{
border-color: #331A42;
}
</style>