Shades of Celtic #33463D
Tints of Celtic #33463D
RGB
CMYK
RGB Variations
Color information
#33463D (or 0x33463D) is known color: Celtic. HEX triplet: 33, 46 and 3D. RGB value is (51,70,61). Sum of RGB (Red+Green+Blue) = 51+70+61=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 70 - color contains mainly: green. Hex color #33463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33463D is #CCB9C2. Grayscale: #3F3F3F. Windows color (decimal): -13416899 or 4015667. OLE color: 4015667.
HSL color Cylindrical-coordinate representation of color #33463D: hue angle of 151.58º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #33463D is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 70 | 61 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.73 |
| HSL | 151.58º | 0.16% | 0.24% | - |
| HSV(B) | 151.58º | 0.27% | 0.27% | - |
| XYZ | 4.4 | 5.42 | 5.23 | - |
| YUV | 63.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 61 | 0.27 | 0 | 0.13 | 0.73 | 151.58 | 0.16 | 0.24 |
| Hex | 33 | 46 | 3D | 1B | 0 | D | 49 | 98 | 10 | 18 |
| Octal | 63 | 106 | 75 | 33 | 0 | 15 | 111 | 230 | 20 | 30 |
| Binary | 110011 | 1000110 | 111101 | 11011 | 0 | 1101 | 1001001 | 10011000 | 10000 | 11000 |
Color Harmonies of #33463D
Complementary color
Monochromatic Colors of #33463D
Black with #33463D
Text Example
Text Example
White with #33463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33463D; }
p { color: rgb(51,70,61); }
H1.HeaderClassName
{
color: #33463D;
}
.AnyTagClassName
{
color: #33463D;
}
</style>
background-color css
<style>
a { background-color: #33463D; }
a { background-color: rgb(51,70,61); }
div.DivClassName
{
background-color: #33463D;
}
.BgClassName
{
background-color: #33463D;
}
</style>
border-color css
<style>
span { border-color: #33463D; }
span { border-color: rgb(51,70,61); }
td.TdClassName
{
border-color: #33463D;
}
.TagClassName
{
border-color: #33463D;
}
</style>