Shades of Celtic #353D39
Tints of Celtic #353D39
RGB
CMYK
RGB Variations
Color information
#353D39 (or 0x353D39) is known color: Celtic. HEX triplet: 35, 3D and 39. RGB value is (53,61,57). Sum of RGB (Red+Green+Blue) = 53+61+57=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 61 - color contains mainly: green. Hex color #353D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D39 is #CAC2C6. Grayscale: #3A3A3A. Windows color (decimal): -13288135 or 3751221. OLE color: 3751221.
HSL color Cylindrical-coordinate representation of color #353D39: hue angle of 150º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #353D39 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 57 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.76 |
| HSL | 150º | 0.07% | 0.22% | - |
| HSV(B) | 150º | 0.13% | 0.24% | - |
| XYZ | 3.88 | 4.39 | 4.51 | - |
| YUV | 58.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 57 | 0.13 | 0 | 0.07 | 0.76 | 150 | 0.07 | 0.22 |
| Hex | 35 | 3D | 39 | D | 0 | 7 | 4C | 96 | 7 | 16 |
| Octal | 65 | 75 | 71 | 15 | 0 | 7 | 114 | 226 | 7 | 26 |
| Binary | 110101 | 111101 | 111001 | 1101 | 0 | 111 | 1001100 | 10010110 | 111 | 10110 |
Color Harmonies of #353D39
Complementary color
Monochromatic Colors of #353D39
Black with #353D39
Text Example
Text Example
White with #353D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D39; }
p { color: rgb(53,61,57); }
H1.HeaderClassName
{
color: #353D39;
}
.AnyTagClassName
{
color: #353D39;
}
</style>
background-color css
<style>
a { background-color: #353D39; }
a { background-color: rgb(53,61,57); }
div.DivClassName
{
background-color: #353D39;
}
.BgClassName
{
background-color: #353D39;
}
</style>
border-color css
<style>
span { border-color: #353D39; }
span { border-color: rgb(53,61,57); }
td.TdClassName
{
border-color: #353D39;
}
.TagClassName
{
border-color: #353D39;
}
</style>