Shades of Celtic #373D3B
Tints of Celtic #373D3B
RGB
CMYK
RGB Variations
Color information
#373D3B (or 0x373D3B) is known color: Celtic. HEX triplet: 37, 3D and 3B. RGB value is (55,61,59). Sum of RGB (Red+Green+Blue) = 55+61+59=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 61 - color contains mainly: green. Hex color #373D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D3B is #C8C2C4. Grayscale: #3A3A3A. Windows color (decimal): -13157061 or 3882295. OLE color: 3882295.
HSL color Cylindrical-coordinate representation of color #373D3B: hue angle of 160º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #373D3B is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 59 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.76 |
| HSL | 160º | 0.05% | 0.23% | - |
| HSV(B) | 160º | 0.1% | 0.24% | - |
| XYZ | 4.03 | 4.47 | 4.79 | - |
| YUV | 58.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 59 | 0.10 | 0 | 0.03 | 0.76 | 160 | 0.05 | 0.23 |
| Hex | 37 | 3D | 3B | A | 0 | 3 | 4C | A0 | 5 | 17 |
| Octal | 67 | 75 | 73 | 12 | 0 | 3 | 114 | 240 | 5 | 27 |
| Binary | 110111 | 111101 | 111011 | 1010 | 0 | 11 | 1001100 | 10100000 | 101 | 10111 |
Color Harmonies of #373D3B
Complementary color
Monochromatic Colors of #373D3B
Black with #373D3B
Text Example
Text Example
White with #373D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D3B; }
p { color: rgb(55,61,59); }
H1.HeaderClassName
{
color: #373D3B;
}
.AnyTagClassName
{
color: #373D3B;
}
</style>
background-color css
<style>
a { background-color: #373D3B; }
a { background-color: rgb(55,61,59); }
div.DivClassName
{
background-color: #373D3B;
}
.BgClassName
{
background-color: #373D3B;
}
</style>
border-color css
<style>
span { border-color: #373D3B; }
span { border-color: rgb(55,61,59); }
td.TdClassName
{
border-color: #373D3B;
}
.TagClassName
{
border-color: #373D3B;
}
</style>