Shades of Celtic #393D3B
Tints of Celtic #393D3B
RGB
CMYK
RGB Variations
Color information
#393D3B (or 0x393D3B) is known color: Celtic. HEX triplet: 39, 3D and 3B. RGB value is (57,61,59). Sum of RGB (Red+Green+Blue) = 57+61+59=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 61 - color contains mainly: green. Hex color #393D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D3B is #C6C2C4. Grayscale: #3B3B3B. Windows color (decimal): -13025989 or 3882297. OLE color: 3882297.
HSL color Cylindrical-coordinate representation of color #393D3B: hue angle of 150º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #393D3B is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 59 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.76 |
| HSL | 150º | 0.03% | 0.23% | - |
| HSV(B) | 150º | 0.07% | 0.24% | - |
| XYZ | 4.15 | 4.52 | 4.79 | - |
| YUV | 59.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 59 | 0.07 | 0 | 0.03 | 0.76 | 150 | 0.03 | 0.23 |
| Hex | 39 | 3D | 3B | 7 | 0 | 3 | 4C | 96 | 3 | 17 |
| Octal | 71 | 75 | 73 | 7 | 0 | 3 | 114 | 226 | 3 | 27 |
| Binary | 111001 | 111101 | 111011 | 111 | 0 | 11 | 1001100 | 10010110 | 11 | 10111 |
Color Harmonies of #393D3B
Complementary color
Monochromatic Colors of #393D3B
Black with #393D3B
Text Example
Text Example
White with #393D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D3B; }
p { color: rgb(57,61,59); }
H1.HeaderClassName
{
color: #393D3B;
}
.AnyTagClassName
{
color: #393D3B;
}
</style>
background-color css
<style>
a { background-color: #393D3B; }
a { background-color: rgb(57,61,59); }
div.DivClassName
{
background-color: #393D3B;
}
.BgClassName
{
background-color: #393D3B;
}
</style>
border-color css
<style>
span { border-color: #393D3B; }
span { border-color: rgb(57,61,59); }
td.TdClassName
{
border-color: #393D3B;
}
.TagClassName
{
border-color: #393D3B;
}
</style>