Shades of Firefly #3B4443
Tints of Firefly #3B4443
RGB
CMYK
RGB Variations
Color information
#3B4443 (or 0x3B4443) is known color: Firefly. HEX triplet: 3B, 44 and 43. RGB value is (59,68,67). Sum of RGB (Red+Green+Blue) = 59+68+67=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4443 is #C4BBBC. Grayscale: #414141. Windows color (decimal): -12893117 or 4408379. OLE color: 4408379.
HSL color Cylindrical-coordinate representation of color #3B4443: hue angle of 173.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3B4443 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 68 | 67 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.73 |
| HSL | 173.33º | 0.07% | 0.25% | - |
| HSV(B) | 173.33º | 0.13% | 0.27% | - |
| XYZ | 4.88 | 5.47 | 6.11 | - |
| YUV | 65.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 67 | 0.13 | 0 | 0.01 | 0.73 | 173.33 | 0.07 | 0.25 |
| Hex | 3B | 44 | 43 | D | 0 | 1 | 49 | AD | 7 | 19 |
| Octal | 73 | 104 | 103 | 15 | 0 | 1 | 111 | 255 | 7 | 31 |
| Binary | 111011 | 1000100 | 1000011 | 1101 | 0 | 1 | 1001001 | 10101101 | 111 | 11001 |
Color Harmonies of #3B4443
Complementary color
Monochromatic Colors of #3B4443
Black with #3B4443
Text Example
Text Example
White with #3B4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4443; }
p { color: rgb(59,68,67); }
H1.HeaderClassName
{
color: #3B4443;
}
.AnyTagClassName
{
color: #3B4443;
}
</style>
background-color css
<style>
a { background-color: #3B4443; }
a { background-color: rgb(59,68,67); }
div.DivClassName
{
background-color: #3B4443;
}
.BgClassName
{
background-color: #3B4443;
}
</style>
border-color css
<style>
span { border-color: #3B4443; }
span { border-color: rgb(59,68,67); }
td.TdClassName
{
border-color: #3B4443;
}
.TagClassName
{
border-color: #3B4443;
}
</style>