Shades of Celtic #383A39
Tints of Celtic #383A39
RGB
CMYK
RGB Variations
Color information
#383A39 (or 0x383A39) is known color: Celtic. HEX triplet: 38, 3A and 39. RGB value is (56,58,57). Sum of RGB (Red+Green+Blue) = 56+58+57=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 58 - color contains mainly: green. Hex color #383A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A39 is #C7C5C6. Grayscale: #393939. Windows color (decimal): -13092295 or 3750456. OLE color: 3750456.
HSL color Cylindrical-coordinate representation of color #383A39: hue angle of 150º degrees, saturation: 0.02, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #383A39 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 57 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.77 |
| HSL | 150º | 0.02% | 0.22% | - |
| HSV(B) | 150º | 0.03% | 0.23% | - |
| XYZ | 3.88 | 4.16 | 4.47 | - |
| YUV | 57.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 57 | 0.03 | 0 | 0.02 | 0.77 | 150 | 0.02 | 0.22 |
| Hex | 38 | 3A | 39 | 3 | 0 | 2 | 4D | 96 | 2 | 16 |
| Octal | 70 | 72 | 71 | 3 | 0 | 2 | 115 | 226 | 2 | 26 |
| Binary | 111000 | 111010 | 111001 | 11 | 0 | 10 | 1001101 | 10010110 | 10 | 10110 |
Color Harmonies of #383A39
Complementary color
Monochromatic Colors of #383A39
Black with #383A39
Text Example
Text Example
White with #383A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A39; }
p { color: rgb(56,58,57); }
H1.HeaderClassName
{
color: #383A39;
}
.AnyTagClassName
{
color: #383A39;
}
</style>
background-color css
<style>
a { background-color: #383A39; }
a { background-color: rgb(56,58,57); }
div.DivClassName
{
background-color: #383A39;
}
.BgClassName
{
background-color: #383A39;
}
</style>
border-color css
<style>
span { border-color: #383A39; }
span { border-color: rgb(56,58,57); }
td.TdClassName
{
border-color: #383A39;
}
.TagClassName
{
border-color: #383A39;
}
</style>