Shades of Celtic #273C33
Tints of Celtic #273C33
RGB
CMYK
RGB Variations
Color information
#273C33 (or 0x273C33) is known color: Celtic. HEX triplet: 27, 3C and 33. RGB value is (39,60,51). Sum of RGB (Red+Green+Blue) = 39+60+51=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 60 - color contains mainly: green. Hex color #273C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C33 is #D8C3CC. Grayscale: #343434. Windows color (decimal): -14205901 or 3357735. OLE color: 3357735.
HSL color Cylindrical-coordinate representation of color #273C33: hue angle of 154.29º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273C33 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 51 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.76 |
| HSL | 154.29º | 0.21% | 0.19% | - |
| HSV(B) | 154.29º | 0.35% | 0.24% | - |
| XYZ | 3.05 | 3.9 | 3.72 | - |
| YUV | 52.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 51 | 0.35 | 0 | 0.15 | 0.76 | 154.29 | 0.21 | 0.19 |
| Hex | 27 | 3C | 33 | 23 | 0 | F | 4C | 9A | 15 | 13 |
| Octal | 47 | 74 | 63 | 43 | 0 | 17 | 114 | 232 | 25 | 23 |
| Binary | 100111 | 111100 | 110011 | 100011 | 0 | 1111 | 1001100 | 10011010 | 10101 | 10011 |
Color Harmonies of #273C33
Complementary color
Monochromatic Colors of #273C33
Black with #273C33
Text Example
Text Example
White with #273C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C33; }
p { color: rgb(39,60,51); }
H1.HeaderClassName
{
color: #273C33;
}
.AnyTagClassName
{
color: #273C33;
}
</style>
background-color css
<style>
a { background-color: #273C33; }
a { background-color: rgb(39,60,51); }
div.DivClassName
{
background-color: #273C33;
}
.BgClassName
{
background-color: #273C33;
}
</style>
border-color css
<style>
span { border-color: #273C33; }
span { border-color: rgb(39,60,51); }
td.TdClassName
{
border-color: #273C33;
}
.TagClassName
{
border-color: #273C33;
}
</style>