Shades of Blackcurrant #33263A
Tints of Blackcurrant #33263A
RGB
CMYK
RGB Variations
Color information
#33263A (or 0x33263A) is known color: Blackcurrant. HEX triplet: 33, 26 and 3A. RGB value is (51,38,58). Sum of RGB (Red+Green+Blue) = 51+38+58=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 58 - color contains mainly: blue. Hex color #33263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33263A is #CCD9C5. Grayscale: #2C2C2C. Windows color (decimal): -13425094 or 3810867. OLE color: 3810867.
HSL color Cylindrical-coordinate representation of color #33263A: hue angle of 279º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33263A is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 38 | 58 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.77 |
| HSL | 279º | 0.21% | 0.19% | - |
| HSV(B) | 279º | 0.34% | 0.23% | - |
| XYZ | 2.82 | 2.4 | 4.32 | - |
| YUV | 44.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 58 | 0.12 | 0.34 | 0 | 0.77 | 279 | 0.21 | 0.19 |
| Hex | 33 | 26 | 3A | C | 22 | 0 | 4D | 117 | 15 | 13 |
| Octal | 63 | 46 | 72 | 14 | 42 | 0 | 115 | 427 | 25 | 23 |
| Binary | 110011 | 100110 | 111010 | 1100 | 100010 | 0 | 1001101 | 100010111 | 10101 | 10011 |
Color Harmonies of #33263A
Complementary color
Monochromatic Colors of #33263A
Black with #33263A
Text Example
Text Example
White with #33263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33263A; }
p { color: rgb(51,38,58); }
H1.HeaderClassName
{
color: #33263A;
}
.AnyTagClassName
{
color: #33263A;
}
</style>
background-color css
<style>
a { background-color: #33263A; }
a { background-color: rgb(51,38,58); }
div.DivClassName
{
background-color: #33263A;
}
.BgClassName
{
background-color: #33263A;
}
</style>
border-color css
<style>
span { border-color: #33263A; }
span { border-color: rgb(51,38,58); }
td.TdClassName
{
border-color: #33263A;
}
.TagClassName
{
border-color: #33263A;
}
</style>