Shades of Bastille #2D2D32
Tints of Bastille #2D2D32
RGB
CMYK
RGB Variations
Color information
#2D2D32 (or 0x2D2D32) is known color: Bastille. HEX triplet: 2D, 2D and 32. RGB value is (45,45,50). Sum of RGB (Red+Green+Blue) = 45+45+50=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D2D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2D32 is #D2D2CD. Grayscale: #2D2D2D. Windows color (decimal): -13816526 or 3288365. OLE color: 3288365.
HSL color Cylindrical-coordinate representation of color #2D2D32: hue angle of 240º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2D2D32 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 45 | 45 | 50 | - |
CMYK | 0.10 | 0.10 | 0 | 0.80 |
HSL | 240º | 0.05% | 0.19% | - |
HSV(B) | 240º | 0.1% | 0.2% | - |
XYZ | 2.6 | 2.66 | 3.4 | - |
YUV | 45.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 45 | 50 | 0.10 | 0.10 | 0 | 0.80 | 240 | 0.05 | 0.19 |
Hex | 2D | 2D | 32 | A | A | 0 | 50 | F0 | 5 | 13 |
Octal | 55 | 55 | 62 | 12 | 12 | 0 | 120 | 360 | 5 | 23 |
Binary | 101101 | 101101 | 110010 | 1010 | 1010 | 0 | 1010000 | 11110000 | 101 | 10011 |
Color Harmonies of #2D2D32
Complementary color
Monochromatic Colors of #2D2D32
Black with #2D2D32
Text Example
Text Example
White with #2D2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2D32; }
p { color: rgb(45,45,50); }
H1.HeaderClassName
{
color: #2D2D32;
}
.AnyTagClassName
{
color: #2D2D32;
}
</style>
background-color css
<style>
a { background-color: #2D2D32; }
a { background-color: rgb(45,45,50); }
div.DivClassName
{
background-color: #2D2D32;
}
.BgClassName
{
background-color: #2D2D32;
}
</style>
border-color css
<style>
span { border-color: #2D2D32; }
span { border-color: rgb(45,45,50); }
td.TdClassName
{
border-color: #2D2D32;
}
.TagClassName
{
border-color: #2D2D32;
}
</style>