Shades of Bastille #2A2B32
Tints of Bastille #2A2B32
RGB
CMYK
RGB Variations
Color information
#2A2B32 (or 0x2A2B32) is known color: Bastille. HEX triplet: 2A, 2B and 32. RGB value is (42,43,50). Sum of RGB (Red+Green+Blue) = 42+43+50=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A2B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2B32 is #D5D4CD. Grayscale: #2B2B2B. Windows color (decimal): -14013646 or 3287850. OLE color: 3287850.
HSL color Cylindrical-coordinate representation of color #2A2B32: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2A2B32 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 43 | 50 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.80 |
| HSL | 232.5º | 0.09% | 0.18% | - |
| HSV(B) | 232.5º | 0.16% | 0.2% | - |
| XYZ | 2.39 | 2.45 | 3.36 | - |
| YUV | 43.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 43 | 50 | 0.16 | 0.14 | 0 | 0.80 | 232.5 | 0.09 | 0.18 |
| Hex | 2A | 2B | 32 | 10 | E | 0 | 50 | E8 | 9 | 12 |
| Octal | 52 | 53 | 62 | 20 | 16 | 0 | 120 | 350 | 11 | 22 |
| Binary | 101010 | 101011 | 110010 | 10000 | 1110 | 0 | 1010000 | 11101000 | 1001 | 10010 |
Color Harmonies of #2A2B32
Complementary color
Monochromatic Colors of #2A2B32
Black with #2A2B32
Text Example
Text Example
White with #2A2B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2B32; }
p { color: rgb(42,43,50); }
H1.HeaderClassName
{
color: #2A2B32;
}
.AnyTagClassName
{
color: #2A2B32;
}
</style>
background-color css
<style>
a { background-color: #2A2B32; }
a { background-color: rgb(42,43,50); }
div.DivClassName
{
background-color: #2A2B32;
}
.BgClassName
{
background-color: #2A2B32;
}
</style>
border-color css
<style>
span { border-color: #2A2B32; }
span { border-color: rgb(42,43,50); }
td.TdClassName
{
border-color: #2A2B32;
}
.TagClassName
{
border-color: #2A2B32;
}
</style>