Shades of Blackcurrant #33253A
Tints of Blackcurrant #33253A
RGB
CMYK
RGB Variations
Color information
#33253A (or 0x33253A) is known color: Blackcurrant. HEX triplet: 33, 25 and 3A. RGB value is (51,37,58). Sum of RGB (Red+Green+Blue) = 51+37+58=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #33253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33253A is #CCDAC5. Grayscale: #2B2B2B. Windows color (decimal): -13425350 or 3810611. OLE color: 3810611.
HSL color Cylindrical-coordinate representation of color #33253A: hue angle of 280º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #33253A is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 37 | 58 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.77 |
| HSL | 280º | 0.22% | 0.19% | - |
| HSV(B) | 280º | 0.36% | 0.23% | - |
| XYZ | 2.79 | 2.33 | 4.31 | - |
| YUV | 43.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 58 | 0.12 | 0.36 | 0 | 0.77 | 280 | 0.22 | 0.19 |
| Hex | 33 | 25 | 3A | C | 24 | 0 | 4D | 118 | 16 | 13 |
| Octal | 63 | 45 | 72 | 14 | 44 | 0 | 115 | 430 | 26 | 23 |
| Binary | 110011 | 100101 | 111010 | 1100 | 100100 | 0 | 1001101 | 100011000 | 10110 | 10011 |
Color Harmonies of #33253A
Complementary color
Monochromatic Colors of #33253A
Black with #33253A
Text Example
Text Example
White with #33253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33253A; }
p { color: rgb(51,37,58); }
H1.HeaderClassName
{
color: #33253A;
}
.AnyTagClassName
{
color: #33253A;
}
</style>
background-color css
<style>
a { background-color: #33253A; }
a { background-color: rgb(51,37,58); }
div.DivClassName
{
background-color: #33253A;
}
.BgClassName
{
background-color: #33253A;
}
</style>
border-color css
<style>
span { border-color: #33253A; }
span { border-color: rgb(51,37,58); }
td.TdClassName
{
border-color: #33253A;
}
.TagClassName
{
border-color: #33253A;
}
</style>