Shades of Blackcurrant #33253B
Tints of Blackcurrant #33253B
RGB
CMYK
RGB Variations
Color information
#33253B (or 0x33253B) is known color: Blackcurrant. HEX triplet: 33, 25 and 3B. RGB value is (51,37,59). Sum of RGB (Red+Green+Blue) = 51+37+59=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 59 - color contains mainly: blue. Hex color #33253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33253B is #CCDAC4. Grayscale: #2B2B2B. Windows color (decimal): -13425349 or 3876147. OLE color: 3876147.
HSL color Cylindrical-coordinate representation of color #33253B: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33253B is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 37 | 59 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.77 |
| HSL | 278.18º | 0.23% | 0.19% | - |
| HSV(B) | 278.18º | 0.37% | 0.23% | - |
| XYZ | 2.82 | 2.34 | 4.44 | - |
| YUV | 43.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 59 | 0.14 | 0.37 | 0 | 0.77 | 278.18 | 0.23 | 0.19 |
| Hex | 33 | 25 | 3B | E | 25 | 0 | 4D | 116 | 17 | 13 |
| Octal | 63 | 45 | 73 | 16 | 45 | 0 | 115 | 426 | 27 | 23 |
| Binary | 110011 | 100101 | 111011 | 1110 | 100101 | 0 | 1001101 | 100010110 | 10111 | 10011 |
Color Harmonies of #33253B
Complementary color
Monochromatic Colors of #33253B
Black with #33253B
Text Example
Text Example
White with #33253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33253B; }
p { color: rgb(51,37,59); }
H1.HeaderClassName
{
color: #33253B;
}
.AnyTagClassName
{
color: #33253B;
}
</style>
background-color css
<style>
a { background-color: #33253B; }
a { background-color: rgb(51,37,59); }
div.DivClassName
{
background-color: #33253B;
}
.BgClassName
{
background-color: #33253B;
}
</style>
border-color css
<style>
span { border-color: #33253B; }
span { border-color: rgb(51,37,59); }
td.TdClassName
{
border-color: #33253B;
}
.TagClassName
{
border-color: #33253B;
}
</style>