Shades of Celtic #273B34
Tints of Celtic #273B34
RGB
CMYK
RGB Variations
Color information
#273B34 (or 0x273B34) is known color: Celtic. HEX triplet: 27, 3B and 34. RGB value is (39,59,52). Sum of RGB (Red+Green+Blue) = 39+59+52=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 59 - color contains mainly: green. Hex color #273B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B34 is #D8C4CB. Grayscale: #343434. Windows color (decimal): -14206156 or 3423015. OLE color: 3423015.
HSL color Cylindrical-coordinate representation of color #273B34: hue angle of 159º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #273B34 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 59 | 52 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.77 |
| HSL | 159º | 0.2% | 0.19% | - |
| HSV(B) | 159º | 0.34% | 0.23% | - |
| XYZ | 3.02 | 3.81 | 3.82 | - |
| YUV | 52.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 52 | 0.34 | 0 | 0.12 | 0.77 | 159 | 0.2 | 0.19 |
| Hex | 27 | 3B | 34 | 22 | 0 | C | 4D | 9F | 14 | 13 |
| Octal | 47 | 73 | 64 | 42 | 0 | 14 | 115 | 237 | 24 | 23 |
| Binary | 100111 | 111011 | 110100 | 100010 | 0 | 1100 | 1001101 | 10011111 | 10100 | 10011 |
Color Harmonies of #273B34
Complementary color
Monochromatic Colors of #273B34
Black with #273B34
Text Example
Text Example
White with #273B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B34; }
p { color: rgb(39,59,52); }
H1.HeaderClassName
{
color: #273B34;
}
.AnyTagClassName
{
color: #273B34;
}
</style>
background-color css
<style>
a { background-color: #273B34; }
a { background-color: rgb(39,59,52); }
div.DivClassName
{
background-color: #273B34;
}
.BgClassName
{
background-color: #273B34;
}
</style>
border-color css
<style>
span { border-color: #273B34; }
span { border-color: rgb(39,59,52); }
td.TdClassName
{
border-color: #273B34;
}
.TagClassName
{
border-color: #273B34;
}
</style>