Shades of Bastille #2D2D36
Tints of Bastille #2D2D36
RGB
CMYK
RGB Variations
Color information
#2D2D36 (or 0x2D2D36) is known color: Bastille. HEX triplet: 2D, 2D and 36. RGB value is (45,45,54). Sum of RGB (Red+Green+Blue) = 45+45+54=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #2D2D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2D36 is #D2D2C9. Grayscale: #2D2D2D. Windows color (decimal): -13816522 or 3550509. OLE color: 3550509.
HSL color Cylindrical-coordinate representation of color #2D2D36: hue angle of 240º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2D2D36 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
RGB | 45 | 45 | 54 | - |
CMYK | 0.17 | 0.17 | 0 | 0.79 |
HSL | 240º | 0.09% | 0.19% | - |
HSV(B) | 240º | 0.17% | 0.21% | - |
XYZ | 2.69 | 2.7 | 3.87 | - |
YUV | 46.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 45 | 54 | 0.17 | 0.17 | 0 | 0.79 | 240 | 0.09 | 0.19 |
Hex | 2D | 2D | 36 | 11 | 11 | 0 | 4F | F0 | 9 | 13 |
Octal | 55 | 55 | 66 | 21 | 21 | 0 | 117 | 360 | 11 | 23 |
Binary | 101101 | 101101 | 110110 | 10001 | 10001 | 0 | 1001111 | 11110000 | 1001 | 10011 |
Color Harmonies of #2D2D36
Complementary color
Monochromatic Colors of #2D2D36
Black with #2D2D36
Text Example
Text Example
White with #2D2D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2D36; }
p { color: rgb(45,45,54); }
H1.HeaderClassName
{
color: #2D2D36;
}
.AnyTagClassName
{
color: #2D2D36;
}
</style>
background-color css
<style>
a { background-color: #2D2D36; }
a { background-color: rgb(45,45,54); }
div.DivClassName
{
background-color: #2D2D36;
}
.BgClassName
{
background-color: #2D2D36;
}
</style>
border-color css
<style>
span { border-color: #2D2D36; }
span { border-color: rgb(45,45,54); }
td.TdClassName
{
border-color: #2D2D36;
}
.TagClassName
{
border-color: #2D2D36;
}
</style>