Shades of Blackcurrant #33253D
Tints of Blackcurrant #33253D
RGB
CMYK
RGB Variations
Color information
#33253D (or 0x33253D) is known color: Blackcurrant. HEX triplet: 33, 25 and 3D. RGB value is (51,37,61). Sum of RGB (Red+Green+Blue) = 51+37+61=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #33253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33253D is #CCDAC2. Grayscale: #2B2B2B. Windows color (decimal): -13425347 or 4007219. OLE color: 4007219.
HSL color Cylindrical-coordinate representation of color #33253D: hue angle of 275º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33253D is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 37 | 61 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.76 |
| HSL | 275º | 0.24% | 0.19% | - |
| HSV(B) | 275º | 0.39% | 0.24% | - |
| XYZ | 2.87 | 2.36 | 4.72 | - |
| YUV | 43.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 61 | 0.16 | 0.39 | 0 | 0.76 | 275 | 0.24 | 0.19 |
| Hex | 33 | 25 | 3D | 10 | 27 | 0 | 4C | 113 | 18 | 13 |
| Octal | 63 | 45 | 75 | 20 | 47 | 0 | 114 | 423 | 30 | 23 |
| Binary | 110011 | 100101 | 111101 | 10000 | 100111 | 0 | 1001100 | 100010011 | 11000 | 10011 |
Color Harmonies of #33253D
Complementary color
Monochromatic Colors of #33253D
Black with #33253D
Text Example
Text Example
White with #33253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33253D; }
p { color: rgb(51,37,61); }
H1.HeaderClassName
{
color: #33253D;
}
.AnyTagClassName
{
color: #33253D;
}
</style>
background-color css
<style>
a { background-color: #33253D; }
a { background-color: rgb(51,37,61); }
div.DivClassName
{
background-color: #33253D;
}
.BgClassName
{
background-color: #33253D;
}
</style>
border-color css
<style>
span { border-color: #33253D; }
span { border-color: rgb(51,37,61); }
td.TdClassName
{
border-color: #33253D;
}
.TagClassName
{
border-color: #33253D;
}
</style>