Shades of Blackcurrant #33263F
Tints of Blackcurrant #33263F
RGB
CMYK
RGB Variations
Color information
#33263F (or 0x33263F) is known color: Blackcurrant. HEX triplet: 33, 26 and 3F. RGB value is (51,38,63). Sum of RGB (Red+Green+Blue) = 51+38+63=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #33263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33263F is #CCD9C0. Grayscale: #2C2C2C. Windows color (decimal): -13425089 or 4138547. OLE color: 4138547.
HSL color Cylindrical-coordinate representation of color #33263F: hue angle of 271.2º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #33263F is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 38 | 63 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.75 |
| HSL | 271.2º | 0.25% | 0.2% | - |
| HSV(B) | 271.2º | 0.4% | 0.25% | - |
| XYZ | 2.96 | 2.45 | 5.02 | - |
| YUV | 44.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 63 | 0.19 | 0.40 | 0 | 0.75 | 271.2 | 0.25 | 0.2 |
| Hex | 33 | 26 | 3F | 13 | 28 | 0 | 4B | 10F | 19 | 14 |
| Octal | 63 | 46 | 77 | 23 | 50 | 0 | 113 | 417 | 31 | 24 |
| Binary | 110011 | 100110 | 111111 | 10011 | 101000 | 0 | 1001011 | 100001111 | 11001 | 10100 |
Color Harmonies of #33263F
Complementary color
Monochromatic Colors of #33263F
Black with #33263F
Text Example
Text Example
White with #33263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33263F; }
p { color: rgb(51,38,63); }
H1.HeaderClassName
{
color: #33263F;
}
.AnyTagClassName
{
color: #33263F;
}
</style>
background-color css
<style>
a { background-color: #33263F; }
a { background-color: rgb(51,38,63); }
div.DivClassName
{
background-color: #33263F;
}
.BgClassName
{
background-color: #33263F;
}
</style>
border-color css
<style>
span { border-color: #33263F; }
span { border-color: rgb(51,38,63); }
td.TdClassName
{
border-color: #33263F;
}
.TagClassName
{
border-color: #33263F;
}
</style>