Shades of Firefly #384342
Tints of Firefly #384342
RGB
CMYK
RGB Variations
Color information
#384342 (or 0x384342) is known color: Firefly. HEX triplet: 38, 43 and 42. RGB value is (56,67,66). Sum of RGB (Red+Green+Blue) = 56+67+66=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 67 - color contains mainly: green. Hex color #384342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384342 is #C7BCBD. Grayscale: #3F3F3F. Windows color (decimal): -13089982 or 4342584. OLE color: 4342584.
HSL color Cylindrical-coordinate representation of color #384342: hue angle of 174.55º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #384342 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 67 | 66 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.74 |
| HSL | 174.55º | 0.09% | 0.24% | - |
| HSV(B) | 174.55º | 0.16% | 0.26% | - |
| XYZ | 4.62 | 5.25 | 5.92 | - |
| YUV | 63.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 66 | 0.16 | 0 | 0.01 | 0.74 | 174.55 | 0.09 | 0.24 |
| Hex | 38 | 43 | 42 | 10 | 0 | 1 | 4A | AF | 9 | 18 |
| Octal | 70 | 103 | 102 | 20 | 0 | 1 | 112 | 257 | 11 | 30 |
| Binary | 111000 | 1000011 | 1000010 | 10000 | 0 | 1 | 1001010 | 10101111 | 1001 | 11000 |
Color Harmonies of #384342
Complementary color
Monochromatic Colors of #384342
Black with #384342
Text Example
Text Example
White with #384342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384342; }
p { color: rgb(56,67,66); }
H1.HeaderClassName
{
color: #384342;
}
.AnyTagClassName
{
color: #384342;
}
</style>
background-color css
<style>
a { background-color: #384342; }
a { background-color: rgb(56,67,66); }
div.DivClassName
{
background-color: #384342;
}
.BgClassName
{
background-color: #384342;
}
</style>
border-color css
<style>
span { border-color: #384342; }
span { border-color: rgb(56,67,66); }
td.TdClassName
{
border-color: #384342;
}
.TagClassName
{
border-color: #384342;
}
</style>