Shades of Bastille #2B2B33
Tints of Bastille #2B2B33
RGB
CMYK
RGB Variations
Color information
#2B2B33 (or 0x2B2B33) is known color: Bastille. HEX triplet: 2B, 2B and 33. RGB value is (43,43,51). Sum of RGB (Red+Green+Blue) = 43+43+51=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 51 - color contains mainly: blue. Hex color #2B2B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2B33 is #D4D4CC. Grayscale: #2B2B2B. Windows color (decimal): -13948109 or 3353387. OLE color: 3353387.
HSL color Cylindrical-coordinate representation of color #2B2B33: hue angle of 240º 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 #2B2B33 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
RGB | 43 | 43 | 51 | - |
CMYK | 0.16 | 0.16 | 0 | 0.8 |
HSL | 240º | 0.09% | 0.18% | - |
HSV(B) | 240º | 0.16% | 0.2% | - |
XYZ | 2.46 | 2.48 | 3.48 | - |
YUV | 43.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 43 | 51 | 0.16 | 0.16 | 0 | 0.8 | 240 | 0.09 | 0.18 |
Hex | 2B | 2B | 33 | 10 | 10 | 0 | 50 | F0 | 9 | 12 |
Octal | 53 | 53 | 63 | 20 | 20 | 0 | 120 | 360 | 11 | 22 |
Binary | 101011 | 101011 | 110011 | 10000 | 10000 | 0 | 1010000 | 11110000 | 1001 | 10010 |
Color Harmonies of #2B2B33
Complementary color
Monochromatic Colors of #2B2B33
Black with #2B2B33
Text Example
Text Example
White with #2B2B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B33; }
p { color: rgb(43,43,51); }
H1.HeaderClassName
{
color: #2B2B33;
}
.AnyTagClassName
{
color: #2B2B33;
}
</style>
background-color css
<style>
a { background-color: #2B2B33; }
a { background-color: rgb(43,43,51); }
div.DivClassName
{
background-color: #2B2B33;
}
.BgClassName
{
background-color: #2B2B33;
}
</style>
border-color css
<style>
span { border-color: #2B2B33; }
span { border-color: rgb(43,43,51); }
td.TdClassName
{
border-color: #2B2B33;
}
.TagClassName
{
border-color: #2B2B33;
}
</style>