Shades of Blackcurrant #2F2B33
Tints of Blackcurrant #2F2B33
RGB
CMYK
RGB Variations
Color information
#2F2B33 (or 0x2F2B33) is known color: Blackcurrant. HEX triplet: 2F, 2B and 33. RGB value is (47,43,51). Sum of RGB (Red+Green+Blue) = 47+43+51=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F2B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2B33 is #D0D4CC. Grayscale: #2D2D2D. Windows color (decimal): -13685965 or 3353391. OLE color: 3353391.
HSL color Cylindrical-coordinate representation of color #2F2B33: hue angle of 270º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2F2B33 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
RGB | 47 | 43 | 51 | - |
CMYK | 0.08 | 0.16 | 0 | 0.8 |
HSL | 270º | 0.09% | 0.18% | - |
HSV(B) | 270º | 0.16% | 0.2% | - |
XYZ | 2.63 | 2.57 | 3.49 | - |
YUV | 45.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 43 | 51 | 0.08 | 0.16 | 0 | 0.8 | 270 | 0.09 | 0.18 |
Hex | 2F | 2B | 33 | 8 | 10 | 0 | 50 | 10E | 9 | 12 |
Octal | 57 | 53 | 63 | 10 | 20 | 0 | 120 | 416 | 11 | 22 |
Binary | 101111 | 101011 | 110011 | 1000 | 10000 | 0 | 1010000 | 100001110 | 1001 | 10010 |
Color Harmonies of #2F2B33
Complementary color
Monochromatic Colors of #2F2B33
Black with #2F2B33
Text Example
Text Example
White with #2F2B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2B33; }
p { color: rgb(47,43,51); }
H1.HeaderClassName
{
color: #2F2B33;
}
.AnyTagClassName
{
color: #2F2B33;
}
</style>
background-color css
<style>
a { background-color: #2F2B33; }
a { background-color: rgb(47,43,51); }
div.DivClassName
{
background-color: #2F2B33;
}
.BgClassName
{
background-color: #2F2B33;
}
</style>
border-color css
<style>
span { border-color: #2F2B33; }
span { border-color: rgb(47,43,51); }
td.TdClassName
{
border-color: #2F2B33;
}
.TagClassName
{
border-color: #2F2B33;
}
</style>