Shades of Celtic #333C38
Tints of Celtic #333C38
RGB
CMYK
RGB Variations
Color information
#333C38 (or 0x333C38) is known color: Celtic. HEX triplet: 33, 3C and 38. RGB value is (51,60,56). Sum of RGB (Red+Green+Blue) = 51+60+56=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 60 - color contains mainly: green. Hex color #333C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C38 is #CCC3C7. Grayscale: #383838. Windows color (decimal): -13419464 or 3685427. OLE color: 3685427.
HSL color Cylindrical-coordinate representation of color #333C38: hue angle of 153.33º 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 #333C38 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 56 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.76 |
| HSL | 153.33º | 0.08% | 0.22% | - |
| HSV(B) | 153.33º | 0.15% | 0.24% | - |
| XYZ | 3.69 | 4.22 | 4.36 | - |
| YUV | 56.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 56 | 0.15 | 0 | 0.07 | 0.76 | 153.33 | 0.08 | 0.22 |
| Hex | 33 | 3C | 38 | F | 0 | 7 | 4C | 99 | 8 | 16 |
| Octal | 63 | 74 | 70 | 17 | 0 | 7 | 114 | 231 | 10 | 26 |
| Binary | 110011 | 111100 | 111000 | 1111 | 0 | 111 | 1001100 | 10011001 | 1000 | 10110 |
Color Harmonies of #333C38
Complementary color
Monochromatic Colors of #333C38
Black with #333C38
Text Example
Text Example
White with #333C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C38; }
p { color: rgb(51,60,56); }
H1.HeaderClassName
{
color: #333C38;
}
.AnyTagClassName
{
color: #333C38;
}
</style>
background-color css
<style>
a { background-color: #333C38; }
a { background-color: rgb(51,60,56); }
div.DivClassName
{
background-color: #333C38;
}
.BgClassName
{
background-color: #333C38;
}
</style>
border-color css
<style>
span { border-color: #333C38; }
span { border-color: rgb(51,60,56); }
td.TdClassName
{
border-color: #333C38;
}
.TagClassName
{
border-color: #333C38;
}
</style>