Shades of Burnham #274337
Tints of Burnham #274337
RGB
CMYK
RGB Variations
Color information
#274337 (or 0x274337) is known color: Burnham. HEX triplet: 27, 43 and 37. RGB value is (39,67,55). Sum of RGB (Red+Green+Blue) = 39+67+55=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #274337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274337 is #D8BCC8. Grayscale: #393939. Windows color (decimal): -14204105 or 3621671. OLE color: 3621671.
HSL color Cylindrical-coordinate representation of color #274337: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #274337 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 67 | 55 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.74 |
| HSL | 154.29º | 0.26% | 0.21% | - |
| HSV(B) | 154.29º | 0.42% | 0.26% | - |
| XYZ | 3.53 | 4.72 | 4.34 | - |
| YUV | 57.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 55 | 0.42 | 0 | 0.18 | 0.74 | 154.29 | 0.26 | 0.21 |
| Hex | 27 | 43 | 37 | 2A | 0 | 12 | 4A | 9A | 1A | 15 |
| Octal | 47 | 103 | 67 | 52 | 0 | 22 | 112 | 232 | 32 | 25 |
| Binary | 100111 | 1000011 | 110111 | 101010 | 0 | 10010 | 1001010 | 10011010 | 11010 | 10101 |
Color Harmonies of #274337
Complementary color
Monochromatic Colors of #274337
Black with #274337
Text Example
Text Example
White with #274337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274337; }
p { color: rgb(39,67,55); }
H1.HeaderClassName
{
color: #274337;
}
.AnyTagClassName
{
color: #274337;
}
</style>
background-color css
<style>
a { background-color: #274337; }
a { background-color: rgb(39,67,55); }
div.DivClassName
{
background-color: #274337;
}
.BgClassName
{
background-color: #274337;
}
</style>
border-color css
<style>
span { border-color: #274337; }
span { border-color: rgb(39,67,55); }
td.TdClassName
{
border-color: #274337;
}
.TagClassName
{
border-color: #274337;
}
</style>