Shades of Celtic #373B39
Tints of Celtic #373B39
RGB
CMYK
RGB Variations
Color information
#373B39 (or 0x373B39) is known color: Celtic. HEX triplet: 37, 3B and 39. RGB value is (55,59,57). Sum of RGB (Red+Green+Blue) = 55+59+57=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 59 - color contains mainly: green. Hex color #373B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B39 is #C8C4C6. Grayscale: #393939. Windows color (decimal): -13157575 or 3750711. OLE color: 3750711.
HSL color Cylindrical-coordinate representation of color #373B39: hue angle of 150º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #373B39 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
RGB | 55 | 59 | 57 | - |
CMYK | 0.07 | 0 | 0.03 | 0.77 |
HSL | 150º | 0.04% | 0.22% | - |
HSV(B) | 150º | 0.07% | 0.23% | - |
XYZ | 3.88 | 4.24 | 4.48 | - |
YUV | 57.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 59 | 57 | 0.07 | 0 | 0.03 | 0.77 | 150 | 0.04 | 0.22 |
Hex | 37 | 3B | 39 | 7 | 0 | 3 | 4D | 96 | 4 | 16 |
Octal | 67 | 73 | 71 | 7 | 0 | 3 | 115 | 226 | 4 | 26 |
Binary | 110111 | 111011 | 111001 | 111 | 0 | 11 | 1001101 | 10010110 | 100 | 10110 |
Color Harmonies of #373B39
Complementary color
Monochromatic Colors of #373B39
Black with #373B39
Text Example
Text Example
White with #373B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B39; }
p { color: rgb(55,59,57); }
H1.HeaderClassName
{
color: #373B39;
}
.AnyTagClassName
{
color: #373B39;
}
</style>
background-color css
<style>
a { background-color: #373B39; }
a { background-color: rgb(55,59,57); }
div.DivClassName
{
background-color: #373B39;
}
.BgClassName
{
background-color: #373B39;
}
</style>
border-color css
<style>
span { border-color: #373B39; }
span { border-color: rgb(55,59,57); }
td.TdClassName
{
border-color: #373B39;
}
.TagClassName
{
border-color: #373B39;
}
</style>