Shades of Firefly #384B47
Tints of Firefly #384B47
RGB
CMYK
RGB Variations
Color information
#384B47 (or 0x384B47) is known color: Firefly. HEX triplet: 38, 4B and 47. RGB value is (56,75,71). Sum of RGB (Red+Green+Blue) = 56+75+71=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 75 - color contains mainly: green. Hex color #384B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B47 is #C7B4B8. Grayscale: #444444. Windows color (decimal): -13087929 or 4672312. OLE color: 4672312.
HSL color Cylindrical-coordinate representation of color #384B47: hue angle of 167.37º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384B47 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 71 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.71 |
| HSL | 167.37º | 0.15% | 0.26% | - |
| HSV(B) | 167.37º | 0.25% | 0.29% | - |
| XYZ | 5.28 | 6.33 | 6.9 | - |
| YUV | 68.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 71 | 0.25 | 0 | 0.05 | 0.71 | 167.37 | 0.15 | 0.26 |
| Hex | 38 | 4B | 47 | 19 | 0 | 5 | 47 | A7 | F | 1A |
| Octal | 70 | 113 | 107 | 31 | 0 | 5 | 107 | 247 | 17 | 32 |
| Binary | 111000 | 1001011 | 1000111 | 11001 | 0 | 101 | 1000111 | 10100111 | 1111 | 11010 |
Color Harmonies of #384B47
Complementary color
Monochromatic Colors of #384B47
Black with #384B47
Text Example
Text Example
White with #384B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B47; }
p { color: rgb(56,75,71); }
H1.HeaderClassName
{
color: #384B47;
}
.AnyTagClassName
{
color: #384B47;
}
</style>
background-color css
<style>
a { background-color: #384B47; }
a { background-color: rgb(56,75,71); }
div.DivClassName
{
background-color: #384B47;
}
.BgClassName
{
background-color: #384B47;
}
</style>
border-color css
<style>
span { border-color: #384B47; }
span { border-color: rgb(56,75,71); }
td.TdClassName
{
border-color: #384B47;
}
.TagClassName
{
border-color: #384B47;
}
</style>