Shades of Celtic #33493D
Tints of Celtic #33493D
RGB
CMYK
RGB Variations
Color information
#33493D (or 0x33493D) is known color: Celtic. HEX triplet: 33, 49 and 3D. RGB value is (51,73,61). Sum of RGB (Red+Green+Blue) = 51+73+61=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #33493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33493D is #CCB6C2. Grayscale: #414141. Windows color (decimal): -13416131 or 4016435. OLE color: 4016435.
HSL color Cylindrical-coordinate representation of color #33493D: hue angle of 147.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #33493D is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 61 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.71 |
| HSL | 147.27º | 0.18% | 0.24% | - |
| HSV(B) | 147.27º | 0.3% | 0.29% | - |
| XYZ | 4.59 | 5.81 | 5.29 | - |
| YUV | 65.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 61 | 0.30 | 0 | 0.16 | 0.71 | 147.27 | 0.18 | 0.24 |
| Hex | 33 | 49 | 3D | 1E | 0 | 10 | 47 | 93 | 12 | 18 |
| Octal | 63 | 111 | 75 | 36 | 0 | 20 | 107 | 223 | 22 | 30 |
| Binary | 110011 | 1001001 | 111101 | 11110 | 0 | 10000 | 1000111 | 10010011 | 10010 | 11000 |
Color Harmonies of #33493D
Complementary color
Monochromatic Colors of #33493D
Black with #33493D
Text Example
Text Example
White with #33493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33493D; }
p { color: rgb(51,73,61); }
H1.HeaderClassName
{
color: #33493D;
}
.AnyTagClassName
{
color: #33493D;
}
</style>
background-color css
<style>
a { background-color: #33493D; }
a { background-color: rgb(51,73,61); }
div.DivClassName
{
background-color: #33493D;
}
.BgClassName
{
background-color: #33493D;
}
</style>
border-color css
<style>
span { border-color: #33493D; }
span { border-color: rgb(51,73,61); }
td.TdClassName
{
border-color: #33493D;
}
.TagClassName
{
border-color: #33493D;
}
</style>