Shades of Celtic #383D3B
Tints of Celtic #383D3B
RGB
CMYK
RGB Variations
Color information
#383D3B (or 0x383D3B) is known color: Celtic. HEX triplet: 38, 3D and 3B. RGB value is (56,61,59). Sum of RGB (Red+Green+Blue) = 56+61+59=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 61 - color contains mainly: green. Hex color #383D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D3B is #C7C2C4. Grayscale: #3B3B3B. Windows color (decimal): -13091525 or 3882296. OLE color: 3882296.
HSL color Cylindrical-coordinate representation of color #383D3B: hue angle of 156º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #383D3B is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 59 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.76 |
| HSL | 156º | 0.04% | 0.23% | - |
| HSV(B) | 156º | 0.08% | 0.24% | - |
| XYZ | 4.09 | 4.49 | 4.79 | - |
| YUV | 59.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 59 | 0.08 | 0 | 0.03 | 0.76 | 156 | 0.04 | 0.23 |
| Hex | 38 | 3D | 3B | 8 | 0 | 3 | 4C | 9C | 4 | 17 |
| Octal | 70 | 75 | 73 | 10 | 0 | 3 | 114 | 234 | 4 | 27 |
| Binary | 111000 | 111101 | 111011 | 1000 | 0 | 11 | 1001100 | 10011100 | 100 | 10111 |
Color Harmonies of #383D3B
Complementary color
Monochromatic Colors of #383D3B
Black with #383D3B
Text Example
Text Example
White with #383D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D3B; }
p { color: rgb(56,61,59); }
H1.HeaderClassName
{
color: #383D3B;
}
.AnyTagClassName
{
color: #383D3B;
}
</style>
background-color css
<style>
a { background-color: #383D3B; }
a { background-color: rgb(56,61,59); }
div.DivClassName
{
background-color: #383D3B;
}
.BgClassName
{
background-color: #383D3B;
}
</style>
border-color css
<style>
span { border-color: #383D3B; }
span { border-color: rgb(56,61,59); }
td.TdClassName
{
border-color: #383D3B;
}
.TagClassName
{
border-color: #383D3B;
}
</style>