Shades of Burnham #273F38
Tints of Burnham #273F38
RGB
CMYK
RGB Variations
Color information
#273F38 (or 0x273F38) is known color: Burnham. HEX triplet: 27, 3F and 38. RGB value is (39,63,56). Sum of RGB (Red+Green+Blue) = 39+63+56=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 63 - color contains mainly: green. Hex color #273F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F38 is #D8C0C7. Grayscale: #373737. Windows color (decimal): -14205128 or 3686183. OLE color: 3686183.
HSL color Cylindrical-coordinate representation of color #273F38: hue angle of 162.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #273F38 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 63 | 56 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.75 |
| HSL | 162.5º | 0.24% | 0.2% | - |
| HSV(B) | 162.5º | 0.38% | 0.25% | - |
| XYZ | 3.33 | 4.27 | 4.39 | - |
| YUV | 55.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 56 | 0.38 | 0 | 0.11 | 0.75 | 162.5 | 0.24 | 0.2 |
| Hex | 27 | 3F | 38 | 26 | 0 | B | 4B | A2 | 18 | 14 |
| Octal | 47 | 77 | 70 | 46 | 0 | 13 | 113 | 242 | 30 | 24 |
| Binary | 100111 | 111111 | 111000 | 100110 | 0 | 1011 | 1001011 | 10100010 | 11000 | 10100 |
Color Harmonies of #273F38
Complementary color
Monochromatic Colors of #273F38
Black with #273F38
Text Example
Text Example
White with #273F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F38; }
p { color: rgb(39,63,56); }
H1.HeaderClassName
{
color: #273F38;
}
.AnyTagClassName
{
color: #273F38;
}
</style>
background-color css
<style>
a { background-color: #273F38; }
a { background-color: rgb(39,63,56); }
div.DivClassName
{
background-color: #273F38;
}
.BgClassName
{
background-color: #273F38;
}
</style>
border-color css
<style>
span { border-color: #273F38; }
span { border-color: rgb(39,63,56); }
td.TdClassName
{
border-color: #273F38;
}
.TagClassName
{
border-color: #273F38;
}
</style>