Shades of Blackcurrant #33044B
Tints of Blackcurrant #33044B
RGB
CMYK
RGB Variations
Color information
#33044B (or 0x33044B) is known color: Blackcurrant. HEX triplet: 33, 04 and 4B. RGB value is (51,4,75). Sum of RGB (Red+Green+Blue) = 51+4+75=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #33044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33044B is #CCFBB4. Grayscale: #191919. Windows color (decimal): -13433781 or 4916275. OLE color: 4916275.
HSL color Cylindrical-coordinate representation of color #33044B: hue angle of 279.72º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33044B is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 4 | 75 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.71 |
| HSL | 279.72º | 0.9% | 0.15% | - |
| HSV(B) | 279.72º | 0.95% | 0.29% | - |
| XYZ | 2.68 | 1.3 | 6.77 | - |
| YUV | 26.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 75 | 0.32 | 0.95 | 0 | 0.71 | 279.72 | 0.9 | 0.15 |
| Hex | 33 | 4 | 4B | 20 | 5F | 0 | 47 | 118 | 5A | F |
| Octal | 63 | 4 | 113 | 40 | 137 | 0 | 107 | 430 | 132 | 17 |
| Binary | 110011 | 100 | 1001011 | 100000 | 1011111 | 0 | 1000111 | 100011000 | 1011010 | 1111 |
Color Harmonies of #33044B
Complementary color
Monochromatic Colors of #33044B
Black with #33044B
Text Example
Text Example
White with #33044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33044B; }
p { color: rgb(51,4,75); }
H1.HeaderClassName
{
color: #33044B;
}
.AnyTagClassName
{
color: #33044B;
}
</style>
background-color css
<style>
a { background-color: #33044B; }
a { background-color: rgb(51,4,75); }
div.DivClassName
{
background-color: #33044B;
}
.BgClassName
{
background-color: #33044B;
}
</style>
border-color css
<style>
span { border-color: #33044B; }
span { border-color: rgb(51,4,75); }
td.TdClassName
{
border-color: #33044B;
}
.TagClassName
{
border-color: #33044B;
}
</style>