Shades of Bastille #323237
Tints of Bastille #323237
RGB
CMYK
RGB Variations
Color information
#323237 (or 0x323237) is known color: Bastille. HEX triplet: 32, 32 and 37. RGB value is (50,50,55). Sum of RGB (Red+Green+Blue) = 50+50+55=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 55 - color contains mainly: blue. Hex color #323237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323237 is #CDCDC8. Grayscale: #323232. Windows color (decimal): -13487561 or 3617330. OLE color: 3617330.
HSL color Cylindrical-coordinate representation of color #323237: hue angle of 240º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #323237 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 50 | 55 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.78 |
| HSL | 240º | 0.05% | 0.21% | - |
| HSV(B) | 240º | 0.09% | 0.22% | - |
| XYZ | 3.15 | 3.24 | 4.07 | - |
| YUV | 50.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 55 | 0.09 | 0.09 | 0 | 0.78 | 240 | 0.05 | 0.21 |
| Hex | 32 | 32 | 37 | 9 | 9 | 0 | 4E | F0 | 5 | 15 |
| Octal | 62 | 62 | 67 | 11 | 11 | 0 | 116 | 360 | 5 | 25 |
| Binary | 110010 | 110010 | 110111 | 1001 | 1001 | 0 | 1001110 | 11110000 | 101 | 10101 |
Color Harmonies of #323237
Complementary color
Monochromatic Colors of #323237
Black with #323237
Text Example
Text Example
White with #323237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323237; }
p { color: rgb(50,50,55); }
H1.HeaderClassName
{
color: #323237;
}
.AnyTagClassName
{
color: #323237;
}
</style>
background-color css
<style>
a { background-color: #323237; }
a { background-color: rgb(50,50,55); }
div.DivClassName
{
background-color: #323237;
}
.BgClassName
{
background-color: #323237;
}
</style>
border-color css
<style>
span { border-color: #323237; }
span { border-color: rgb(50,50,55); }
td.TdClassName
{
border-color: #323237;
}
.TagClassName
{
border-color: #323237;
}
</style>