Shades of Bastille #2F2F30
Tints of Bastille #2F2F30
RGB
CMYK
RGB Variations
Color information
#2F2F30 (or 0x2F2F30) is known color: Bastille. HEX triplet: 2F, 2F and 30. RGB value is (47,47,48). Sum of RGB (Red+Green+Blue) = 47+47+48=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F2F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2F30 is #D0D0CF. Grayscale: #2F2F2F. Windows color (decimal): -13684944 or 3157807. OLE color: 3157807.
HSL color Cylindrical-coordinate representation of color #2F2F30: hue angle of 240º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #2F2F30 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 47 | 48 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.81 |
| HSL | 240º | 0.01% | 0.19% | - |
| HSV(B) | 240º | 0.02% | 0.19% | - |
| XYZ | 2.72 | 2.85 | 3.2 | - |
| YUV | 47.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 47 | 48 | 0.02 | 0.02 | 0 | 0.81 | 240 | 0.01 | 0.19 |
| Hex | 2F | 2F | 30 | 2 | 2 | 0 | 51 | F0 | 1 | 13 |
| Octal | 57 | 57 | 60 | 2 | 2 | 0 | 121 | 360 | 1 | 23 |
| Binary | 101111 | 101111 | 110000 | 10 | 10 | 0 | 1010001 | 11110000 | 1 | 10011 |
Color Harmonies of #2F2F30
Complementary color
Monochromatic Colors of #2F2F30
Black with #2F2F30
Text Example
Text Example
White with #2F2F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2F30; }
p { color: rgb(47,47,48); }
H1.HeaderClassName
{
color: #2F2F30;
}
.AnyTagClassName
{
color: #2F2F30;
}
</style>
background-color css
<style>
a { background-color: #2F2F30; }
a { background-color: rgb(47,47,48); }
div.DivClassName
{
background-color: #2F2F30;
}
.BgClassName
{
background-color: #2F2F30;
}
</style>
border-color css
<style>
span { border-color: #2F2F30; }
span { border-color: rgb(47,47,48); }
td.TdClassName
{
border-color: #2F2F30;
}
.TagClassName
{
border-color: #2F2F30;
}
</style>