Shades of Bunting #272E41
Tints of Bunting #272E41
RGB
CMYK
RGB Variations
Color information
#272E41 (or 0x272E41) is known color: Bunting. HEX triplet: 27, 2E and 41. RGB value is (39,46,65). Sum of RGB (Red+Green+Blue) = 39+46+65=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #272E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E41 is #D8D1BE. Grayscale: #2D2D2D. Windows color (decimal): -14209471 or 4271655. OLE color: 4271655.
HSL color Cylindrical-coordinate representation of color #272E41: hue angle of 223.85º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #272E41 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 46 | 65 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.75 |
| HSL | 223.85º | 0.25% | 0.2% | - |
| HSV(B) | 223.85º | 0.4% | 0.25% | - |
| XYZ | 2.77 | 2.77 | 5.39 | - |
| YUV | 46.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 65 | 0.40 | 0.29 | 0 | 0.75 | 223.85 | 0.25 | 0.2 |
| Hex | 27 | 2E | 41 | 28 | 1D | 0 | 4B | E0 | 19 | 14 |
| Octal | 47 | 56 | 101 | 50 | 35 | 0 | 113 | 340 | 31 | 24 |
| Binary | 100111 | 101110 | 1000001 | 101000 | 11101 | 0 | 1001011 | 11100000 | 11001 | 10100 |
Color Harmonies of #272E41
Complementary color
Monochromatic Colors of #272E41
Black with #272E41
Text Example
Text Example
White with #272E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272E41; }
p { color: rgb(39,46,65); }
H1.HeaderClassName
{
color: #272E41;
}
.AnyTagClassName
{
color: #272E41;
}
</style>
background-color css
<style>
a { background-color: #272E41; }
a { background-color: rgb(39,46,65); }
div.DivClassName
{
background-color: #272E41;
}
.BgClassName
{
background-color: #272E41;
}
</style>
border-color css
<style>
span { border-color: #272E41; }
span { border-color: rgb(39,46,65); }
td.TdClassName
{
border-color: #272E41;
}
.TagClassName
{
border-color: #272E41;
}
</style>