Shades of Bastille #323235
Tints of Bastille #323235
RGB
CMYK
RGB Variations
Color information
#323235 (or 0x323235) is known color: Bastille. HEX triplet: 32, 32 and 35. RGB value is (50,50,53). Sum of RGB (Red+Green+Blue) = 50+50+53=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 53 - color contains mainly: blue. Hex color #323235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323235 is #CDCDCA. Grayscale: #323232. Windows color (decimal): -13487563 or 3486258. OLE color: 3486258.
HSL color Cylindrical-coordinate representation of color #323235: hue angle of 240º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #323235 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 50 | 50 | 53 | - |
CMYK | 0.06 | 0.06 | 0 | 0.79 |
HSL | 240º | 0.03% | 0.2% | - |
HSV(B) | 240º | 0.06% | 0.21% | - |
XYZ | 3.1 | 3.22 | 3.83 | - |
YUV | 50.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 50 | 53 | 0.06 | 0.06 | 0 | 0.79 | 240 | 0.03 | 0.2 |
Hex | 32 | 32 | 35 | 6 | 6 | 0 | 4F | F0 | 3 | 14 |
Octal | 62 | 62 | 65 | 6 | 6 | 0 | 117 | 360 | 3 | 24 |
Binary | 110010 | 110010 | 110101 | 110 | 110 | 0 | 1001111 | 11110000 | 11 | 10100 |
Color Harmonies of #323235
Complementary color
Monochromatic Colors of #323235
Black with #323235
Text Example
Text Example
White with #323235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323235; }
p { color: rgb(50,50,53); }
H1.HeaderClassName
{
color: #323235;
}
.AnyTagClassName
{
color: #323235;
}
</style>
background-color css
<style>
a { background-color: #323235; }
a { background-color: rgb(50,50,53); }
div.DivClassName
{
background-color: #323235;
}
.BgClassName
{
background-color: #323235;
}
</style>
border-color css
<style>
span { border-color: #323235; }
span { border-color: rgb(50,50,53); }
td.TdClassName
{
border-color: #323235;
}
.TagClassName
{
border-color: #323235;
}
</style>