Shades of Blackcurrant #3B0B42
Tints of Blackcurrant #3B0B42
RGB
CMYK
RGB Variations
Color information
#3B0B42 (or 0x3B0B42) is known color: Blackcurrant. HEX triplet: 3B, 0B and 42. RGB value is (59,11,66). Sum of RGB (Red+Green+Blue) = 59+11+66=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #3B0B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B42 is #C4F4BD. Grayscale: #1F1F1F. Windows color (decimal): -12907710 or 4328251. OLE color: 4328251.
HSL color Cylindrical-coordinate representation of color #3B0B42: hue angle of 292.36º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B0B42 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 11 | 66 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.74 |
| HSL | 292.36º | 0.71% | 0.15% | - |
| HSV(B) | 292.36º | 0.83% | 0.26% | - |
| XYZ | 2.91 | 1.56 | 5.3 | - |
| YUV | 31.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 66 | 0.11 | 0.83 | 0 | 0.74 | 292.36 | 0.71 | 0.15 |
| Hex | 3B | B | 42 | B | 53 | 0 | 4A | 124 | 47 | F |
| Octal | 73 | 13 | 102 | 13 | 123 | 0 | 112 | 444 | 107 | 17 |
| Binary | 111011 | 1011 | 1000010 | 1011 | 1010011 | 0 | 1001010 | 100100100 | 1000111 | 1111 |
Color Harmonies of #3B0B42
Complementary color
Monochromatic Colors of #3B0B42
Black with #3B0B42
Text Example
Text Example
White with #3B0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B42; }
p { color: rgb(59,11,66); }
H1.HeaderClassName
{
color: #3B0B42;
}
.AnyTagClassName
{
color: #3B0B42;
}
</style>
background-color css
<style>
a { background-color: #3B0B42; }
a { background-color: rgb(59,11,66); }
div.DivClassName
{
background-color: #3B0B42;
}
.BgClassName
{
background-color: #3B0B42;
}
</style>
border-color css
<style>
span { border-color: #3B0B42; }
span { border-color: rgb(59,11,66); }
td.TdClassName
{
border-color: #3B0B42;
}
.TagClassName
{
border-color: #3B0B42;
}
</style>