Shades of Blackcurrant #33233F
Tints of Blackcurrant #33233F
RGB
CMYK
RGB Variations
Color information
#33233F (or 0x33233F) is known color: Blackcurrant. HEX triplet: 33, 23 and 3F. RGB value is (51,35,63). Sum of RGB (Red+Green+Blue) = 51+35+63=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 63 - color contains mainly: blue. Hex color #33233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33233F is #CCDCC0. Grayscale: #2A2A2A. Windows color (decimal): -13425857 or 4137779. OLE color: 4137779.
HSL color Cylindrical-coordinate representation of color #33233F: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33233F is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 35 | 63 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.75 |
| HSL | 274.29º | 0.29% | 0.19% | - |
| HSV(B) | 274.29º | 0.44% | 0.25% | - |
| XYZ | 2.86 | 2.26 | 4.99 | - |
| YUV | 42.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 63 | 0.19 | 0.44 | 0 | 0.75 | 274.29 | 0.29 | 0.19 |
| Hex | 33 | 23 | 3F | 13 | 2C | 0 | 4B | 112 | 1D | 13 |
| Octal | 63 | 43 | 77 | 23 | 54 | 0 | 113 | 422 | 35 | 23 |
| Binary | 110011 | 100011 | 111111 | 10011 | 101100 | 0 | 1001011 | 100010010 | 11101 | 10011 |
Color Harmonies of #33233F
Complementary color
Monochromatic Colors of #33233F
Black with #33233F
Text Example
Text Example
White with #33233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33233F; }
p { color: rgb(51,35,63); }
H1.HeaderClassName
{
color: #33233F;
}
.AnyTagClassName
{
color: #33233F;
}
</style>
background-color css
<style>
a { background-color: #33233F; }
a { background-color: rgb(51,35,63); }
div.DivClassName
{
background-color: #33233F;
}
.BgClassName
{
background-color: #33233F;
}
</style>
border-color css
<style>
span { border-color: #33233F; }
span { border-color: rgb(51,35,63); }
td.TdClassName
{
border-color: #33233F;
}
.TagClassName
{
border-color: #33233F;
}
</style>