Shades of Blackcurrant #33263C
Tints of Blackcurrant #33263C
RGB
CMYK
RGB Variations
Color information
#33263C (or 0x33263C) is known color: Blackcurrant. HEX triplet: 33, 26 and 3C. RGB value is (51,38,60). Sum of RGB (Red+Green+Blue) = 51+38+60=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 60 - color contains mainly: blue. Hex color #33263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33263C is #CCD9C3. Grayscale: #2C2C2C. Windows color (decimal): -13425092 or 3941939. OLE color: 3941939.
HSL color Cylindrical-coordinate representation of color #33263C: hue angle of 275.45º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33263C is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 38 | 60 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.76 |
| HSL | 275.45º | 0.22% | 0.19% | - |
| HSV(B) | 275.45º | 0.37% | 0.24% | - |
| XYZ | 2.87 | 2.42 | 4.59 | - |
| YUV | 44.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 60 | 0.15 | 0.37 | 0 | 0.76 | 275.45 | 0.22 | 0.19 |
| Hex | 33 | 26 | 3C | F | 25 | 0 | 4C | 113 | 16 | 13 |
| Octal | 63 | 46 | 74 | 17 | 45 | 0 | 114 | 423 | 26 | 23 |
| Binary | 110011 | 100110 | 111100 | 1111 | 100101 | 0 | 1001100 | 100010011 | 10110 | 10011 |
Color Harmonies of #33263C
Complementary color
Monochromatic Colors of #33263C
Black with #33263C
Text Example
Text Example
White with #33263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33263C; }
p { color: rgb(51,38,60); }
H1.HeaderClassName
{
color: #33263C;
}
.AnyTagClassName
{
color: #33263C;
}
</style>
background-color css
<style>
a { background-color: #33263C; }
a { background-color: rgb(51,38,60); }
div.DivClassName
{
background-color: #33263C;
}
.BgClassName
{
background-color: #33263C;
}
</style>
border-color css
<style>
span { border-color: #33263C; }
span { border-color: rgb(51,38,60); }
td.TdClassName
{
border-color: #33263C;
}
.TagClassName
{
border-color: #33263C;
}
</style>