Shades of Bastille #2D2D34
Tints of Bastille #2D2D34
RGB
CMYK
RGB Variations
Color information
#2D2D34 (or 0x2D2D34) is known color: Bastille. HEX triplet: 2D, 2D and 34. RGB value is (45,45,52). Sum of RGB (Red+Green+Blue) = 45+45+52=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 52 - color contains mainly: blue. Hex color #2D2D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2D34 is #D2D2CB. Grayscale: #2D2D2D. Windows color (decimal): -13816524 or 3419437. OLE color: 3419437.
HSL color Cylindrical-coordinate representation of color #2D2D34: hue angle of 240º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2D2D34 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 45 | 45 | 52 | - |
CMYK | 0.13 | 0.13 | 0 | 0.80 |
HSL | 240º | 0.07% | 0.19% | - |
HSV(B) | 240º | 0.13% | 0.2% | - |
XYZ | 2.64 | 2.68 | 3.63 | - |
YUV | 45.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 45 | 52 | 0.13 | 0.13 | 0 | 0.80 | 240 | 0.07 | 0.19 |
Hex | 2D | 2D | 34 | D | D | 0 | 50 | F0 | 7 | 13 |
Octal | 55 | 55 | 64 | 15 | 15 | 0 | 120 | 360 | 7 | 23 |
Binary | 101101 | 101101 | 110100 | 1101 | 1101 | 0 | 1010000 | 11110000 | 111 | 10011 |
Color Harmonies of #2D2D34
Complementary color
Monochromatic Colors of #2D2D34
Black with #2D2D34
Text Example
Text Example
White with #2D2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2D34; }
p { color: rgb(45,45,52); }
H1.HeaderClassName
{
color: #2D2D34;
}
.AnyTagClassName
{
color: #2D2D34;
}
</style>
background-color css
<style>
a { background-color: #2D2D34; }
a { background-color: rgb(45,45,52); }
div.DivClassName
{
background-color: #2D2D34;
}
.BgClassName
{
background-color: #2D2D34;
}
</style>
border-color css
<style>
span { border-color: #2D2D34; }
span { border-color: rgb(45,45,52); }
td.TdClassName
{
border-color: #2D2D34;
}
.TagClassName
{
border-color: #2D2D34;
}
</style>