Shades of Blackcurrant #33243D
Tints of Blackcurrant #33243D
RGB
CMYK
RGB Variations
Color information
#33243D (or 0x33243D) is known color: Blackcurrant. HEX triplet: 33, 24 and 3D. RGB value is (51,36,61). Sum of RGB (Red+Green+Blue) = 51+36+61=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #33243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33243D is #CCDBC2. Grayscale: #2B2B2B. Windows color (decimal): -13425603 or 4006963. OLE color: 4006963.
HSL color Cylindrical-coordinate representation of color #33243D: hue angle of 276º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #33243D is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 36 | 61 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.76 |
| HSL | 276º | 0.26% | 0.19% | - |
| HSV(B) | 276º | 0.41% | 0.24% | - |
| XYZ | 2.84 | 2.3 | 4.71 | - |
| YUV | 43.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 61 | 0.16 | 0.41 | 0 | 0.76 | 276 | 0.26 | 0.19 |
| Hex | 33 | 24 | 3D | 10 | 29 | 0 | 4C | 114 | 1A | 13 |
| Octal | 63 | 44 | 75 | 20 | 51 | 0 | 114 | 424 | 32 | 23 |
| Binary | 110011 | 100100 | 111101 | 10000 | 101001 | 0 | 1001100 | 100010100 | 11010 | 10011 |
Color Harmonies of #33243D
Complementary color
Monochromatic Colors of #33243D
Black with #33243D
Text Example
Text Example
White with #33243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33243D; }
p { color: rgb(51,36,61); }
H1.HeaderClassName
{
color: #33243D;
}
.AnyTagClassName
{
color: #33243D;
}
</style>
background-color css
<style>
a { background-color: #33243D; }
a { background-color: rgb(51,36,61); }
div.DivClassName
{
background-color: #33243D;
}
.BgClassName
{
background-color: #33243D;
}
</style>
border-color css
<style>
span { border-color: #33243D; }
span { border-color: rgb(51,36,61); }
td.TdClassName
{
border-color: #33243D;
}
.TagClassName
{
border-color: #33243D;
}
</style>