Shades of Bastille #323233
Tints of Bastille #323233
RGB
CMYK
RGB Variations
Color information
#323233 (or 0x323233) is known color: Bastille. HEX triplet: 32, 32 and 33. RGB value is (50,50,51). Sum of RGB (Red+Green+Blue) = 50+50+51=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 51 - color contains mainly: blue. Hex color #323233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323233 is #CDCDCC. Grayscale: #323232. Windows color (decimal): -13487565 or 3355186. OLE color: 3355186.
HSL color Cylindrical-coordinate representation of color #323233: 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 #323233 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
RGB | 50 | 50 | 51 | - |
CMYK | 0.02 | 0.02 | 0 | 0.8 |
HSL | 240º | 0.01% | 0.2% | - |
HSV(B) | 240º | 0.02% | 0.2% | - |
XYZ | 3.05 | 3.2 | 3.59 | - |
YUV | 50.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 50 | 51 | 0.02 | 0.02 | 0 | 0.8 | 240 | 0.01 | 0.2 |
Hex | 32 | 32 | 33 | 2 | 2 | 0 | 50 | F0 | 1 | 14 |
Octal | 62 | 62 | 63 | 2 | 2 | 0 | 120 | 360 | 1 | 24 |
Binary | 110010 | 110010 | 110011 | 10 | 10 | 0 | 1010000 | 11110000 | 1 | 10100 |
Color Harmonies of #323233
Complementary color
Monochromatic Colors of #323233
Black with #323233
Text Example
Text Example
White with #323233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323233; }
p { color: rgb(50,50,51); }
H1.HeaderClassName
{
color: #323233;
}
.AnyTagClassName
{
color: #323233;
}
</style>
background-color css
<style>
a { background-color: #323233; }
a { background-color: rgb(50,50,51); }
div.DivClassName
{
background-color: #323233;
}
.BgClassName
{
background-color: #323233;
}
</style>
border-color css
<style>
span { border-color: #323233; }
span { border-color: rgb(50,50,51); }
td.TdClassName
{
border-color: #323233;
}
.TagClassName
{
border-color: #323233;
}
</style>