Shades of Celtic #393E3C
Tints of Celtic #393E3C
RGB
CMYK
RGB Variations
Color information
#393E3C (or 0x393E3C) is known color: Celtic. HEX triplet: 39, 3E and 3C. RGB value is (57,62,60). Sum of RGB (Red+Green+Blue) = 57+62+60=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 62 - color contains mainly: green. Hex color #393E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E3C is #C6C1C3. Grayscale: #3C3C3C. Windows color (decimal): -13025732 or 3948089. OLE color: 3948089.
HSL color Cylindrical-coordinate representation of color #393E3C: hue angle of 156º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #393E3C is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
RGB | 57 | 62 | 60 | - |
CMYK | 0.08 | 0 | 0.03 | 0.76 |
HSL | 156º | 0.04% | 0.23% | - |
HSV(B) | 156º | 0.08% | 0.24% | - |
XYZ | 4.23 | 4.64 | 4.95 | - |
YUV | 60.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 57 | 62 | 60 | 0.08 | 0 | 0.03 | 0.76 | 156 | 0.04 | 0.23 |
Hex | 39 | 3E | 3C | 8 | 0 | 3 | 4C | 9C | 4 | 17 |
Octal | 71 | 76 | 74 | 10 | 0 | 3 | 114 | 234 | 4 | 27 |
Binary | 111001 | 111110 | 111100 | 1000 | 0 | 11 | 1001100 | 10011100 | 100 | 10111 |
Color Harmonies of #393E3C
Complementary color
Monochromatic Colors of #393E3C
Black with #393E3C
Text Example
Text Example
White with #393E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E3C; }
p { color: rgb(57,62,60); }
H1.HeaderClassName
{
color: #393E3C;
}
.AnyTagClassName
{
color: #393E3C;
}
</style>
background-color css
<style>
a { background-color: #393E3C; }
a { background-color: rgb(57,62,60); }
div.DivClassName
{
background-color: #393E3C;
}
.BgClassName
{
background-color: #393E3C;
}
</style>
border-color css
<style>
span { border-color: #393E3C; }
span { border-color: rgb(57,62,60); }
td.TdClassName
{
border-color: #393E3C;
}
.TagClassName
{
border-color: #393E3C;
}
</style>