Shades of Bastille #333334
Tints of Bastille #333334
RGB
CMYK
RGB Variations
Color information
#333334 (or 0x333334) is known color: Bastille. HEX triplet: 33, 33 and 34. RGB value is (51,51,52). Sum of RGB (Red+Green+Blue) = 51+51+52=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 52 - color contains mainly: blue. Hex color #333334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333334 is #CCCCCB. Grayscale: #333333. Windows color (decimal): -13421772 or 3420979. OLE color: 3420979.
HSL color Cylindrical-coordinate representation of color #333334: hue angle of 240º degrees, saturation: 0.01, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #333334 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 51 | 51 | 52 | - |
CMYK | 0.02 | 0.02 | 0 | 0.80 |
HSL | 240º | 0.01% | 0.2% | - |
HSV(B) | 240º | 0.02% | 0.2% | - |
XYZ | 3.17 | 3.32 | 3.72 | - |
YUV | 51.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 51 | 52 | 0.02 | 0.02 | 0 | 0.80 | 240 | 0.01 | 0.2 |
Hex | 33 | 33 | 34 | 2 | 2 | 0 | 50 | F0 | 1 | 14 |
Octal | 63 | 63 | 64 | 2 | 2 | 0 | 120 | 360 | 1 | 24 |
Binary | 110011 | 110011 | 110100 | 10 | 10 | 0 | 1010000 | 11110000 | 1 | 10100 |
Color Harmonies of #333334
Complementary color
Monochromatic Colors of #333334
Black with #333334
Text Example
Text Example
White with #333334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333334; }
p { color: rgb(51,51,52); }
H1.HeaderClassName
{
color: #333334;
}
.AnyTagClassName
{
color: #333334;
}
</style>
background-color css
<style>
a { background-color: #333334; }
a { background-color: rgb(51,51,52); }
div.DivClassName
{
background-color: #333334;
}
.BgClassName
{
background-color: #333334;
}
</style>
border-color css
<style>
span { border-color: #333334; }
span { border-color: rgb(51,51,52); }
td.TdClassName
{
border-color: #333334;
}
.TagClassName
{
border-color: #333334;
}
</style>