Shades of Oxford Blue #272F31
Tints of Oxford Blue #272F31
RGB
CMYK
RGB Variations
Color information
#272F31 (or 0x272F31) is known color: Oxford Blue. HEX triplet: 27, 2F and 31. RGB value is (39,47,49). Sum of RGB (Red+Green+Blue) = 39+47+49=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 49 - color contains mainly: blue. Hex color #272F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F31 is #D8D0CE. Grayscale: #2C2C2C. Windows color (decimal): -14209231 or 3223335. OLE color: 3223335.
HSL color Cylindrical-coordinate representation of color #272F31: hue angle of 192º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #272F31 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 47 | 49 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.81 |
| HSL | 192º | 0.11% | 0.17% | - |
| HSV(B) | 192º | 0.2% | 0.19% | - |
| XYZ | 2.41 | 2.69 | 3.3 | - |
| YUV | 44.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 49 | 0.20 | 0.04 | 0 | 0.81 | 192 | 0.11 | 0.17 |
| Hex | 27 | 2F | 31 | 14 | 4 | 0 | 51 | C0 | B | 11 |
| Octal | 47 | 57 | 61 | 24 | 4 | 0 | 121 | 300 | 13 | 21 |
| Binary | 100111 | 101111 | 110001 | 10100 | 100 | 0 | 1010001 | 11000000 | 1011 | 10001 |
Color Harmonies of #272F31
Complementary color
Monochromatic Colors of #272F31
Black with #272F31
Text Example
Text Example
White with #272F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F31; }
p { color: rgb(39,47,49); }
H1.HeaderClassName
{
color: #272F31;
}
.AnyTagClassName
{
color: #272F31;
}
</style>
background-color css
<style>
a { background-color: #272F31; }
a { background-color: rgb(39,47,49); }
div.DivClassName
{
background-color: #272F31;
}
.BgClassName
{
background-color: #272F31;
}
</style>
border-color css
<style>
span { border-color: #272F31; }
span { border-color: rgb(39,47,49); }
td.TdClassName
{
border-color: #272F31;
}
.TagClassName
{
border-color: #272F31;
}
</style>