Shades of Celtic #333C37
Tints of Celtic #333C37
RGB
CMYK
RGB Variations
Color information
#333C37 (or 0x333C37) is known color: Celtic. HEX triplet: 33, 3C and 37. RGB value is (51,60,55). Sum of RGB (Red+Green+Blue) = 51+60+55=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 60 - color contains mainly: green. Hex color #333C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C37 is #CCC3C8. Grayscale: #383838. Windows color (decimal): -13419465 or 3619891. OLE color: 3619891.
HSL color Cylindrical-coordinate representation of color #333C37: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #333C37 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 55 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.76 |
| HSL | 146.67º | 0.08% | 0.22% | - |
| HSV(B) | 146.67º | 0.15% | 0.24% | - |
| XYZ | 3.67 | 4.21 | 4.23 | - |
| YUV | 56.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 55 | 0.15 | 0 | 0.08 | 0.76 | 146.67 | 0.08 | 0.22 |
| Hex | 33 | 3C | 37 | F | 0 | 8 | 4C | 93 | 8 | 16 |
| Octal | 63 | 74 | 67 | 17 | 0 | 10 | 114 | 223 | 10 | 26 |
| Binary | 110011 | 111100 | 110111 | 1111 | 0 | 1000 | 1001100 | 10010011 | 1000 | 10110 |
Color Harmonies of #333C37
Complementary color
Monochromatic Colors of #333C37
Black with #333C37
Text Example
Text Example
White with #333C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C37; }
p { color: rgb(51,60,55); }
H1.HeaderClassName
{
color: #333C37;
}
.AnyTagClassName
{
color: #333C37;
}
</style>
background-color css
<style>
a { background-color: #333C37; }
a { background-color: rgb(51,60,55); }
div.DivClassName
{
background-color: #333C37;
}
.BgClassName
{
background-color: #333C37;
}
</style>
border-color css
<style>
span { border-color: #333C37; }
span { border-color: rgb(51,60,55); }
td.TdClassName
{
border-color: #333C37;
}
.TagClassName
{
border-color: #333C37;
}
</style>