Shades of Bunting #2D313F
Tints of Bunting #2D313F
RGB
CMYK
RGB Variations
Color information
#2D313F (or 0x2D313F) is known color: Bunting. HEX triplet: 2D, 31 and 3F. RGB value is (45,49,63). Sum of RGB (Red+Green+Blue) = 45+49+63=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D313F is #D2CEC0. Grayscale: #313131. Windows color (decimal): -13815489 or 4141357. OLE color: 4141357.
HSL color Cylindrical-coordinate representation of color #2D313F: hue angle of 226.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D313F is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 49 | 63 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.75 |
| HSL | 226.67º | 0.17% | 0.21% | - |
| HSV(B) | 226.67º | 0.29% | 0.25% | - |
| XYZ | 3.08 | 3.11 | 5.14 | - |
| YUV | 49.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 63 | 0.29 | 0.22 | 0 | 0.75 | 226.67 | 0.17 | 0.21 |
| Hex | 2D | 31 | 3F | 1D | 16 | 0 | 4B | E3 | 11 | 15 |
| Octal | 55 | 61 | 77 | 35 | 26 | 0 | 113 | 343 | 21 | 25 |
| Binary | 101101 | 110001 | 111111 | 11101 | 10110 | 0 | 1001011 | 11100011 | 10001 | 10101 |
Color Harmonies of #2D313F
Complementary color
Monochromatic Colors of #2D313F
Black with #2D313F
Text Example
Text Example
White with #2D313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D313F; }
p { color: rgb(45,49,63); }
H1.HeaderClassName
{
color: #2D313F;
}
.AnyTagClassName
{
color: #2D313F;
}
</style>
background-color css
<style>
a { background-color: #2D313F; }
a { background-color: rgb(45,49,63); }
div.DivClassName
{
background-color: #2D313F;
}
.BgClassName
{
background-color: #2D313F;
}
</style>
border-color css
<style>
span { border-color: #2D313F; }
span { border-color: rgb(45,49,63); }
td.TdClassName
{
border-color: #2D313F;
}
.TagClassName
{
border-color: #2D313F;
}
</style>