Shades of Firefly #284242
Tints of Firefly #284242
RGB
CMYK
RGB Variations
Color information
#284242 (or 0x284242) is known color: Firefly. HEX triplet: 28, 42 and 42. RGB value is (40,66,66). Sum of RGB (Red+Green+Blue) = 40+66+66=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #284242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284242 is #D7BDBD. Grayscale: #3A3A3A. Windows color (decimal): -14138814 or 4342312. OLE color: 4342312.
HSL color Cylindrical-coordinate representation of color #284242: hue angle of 180º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #284242 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 66 | 66 | - |
| CMYK | 0.39 | 0 | 0 | 0.74 |
| HSL | 180º | 0.25% | 0.21% | - |
| HSV(B) | 180º | 0.39% | 0.26% | - |
| XYZ | 3.81 | 4.74 | 5.87 | - |
| YUV | 58.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 66 | 0.39 | 0 | 0 | 0.74 | 180 | 0.25 | 0.21 |
| Hex | 28 | 42 | 42 | 27 | 0 | 0 | 4A | B4 | 19 | 15 |
| Octal | 50 | 102 | 102 | 47 | 0 | 0 | 112 | 264 | 31 | 25 |
| Binary | 101000 | 1000010 | 1000010 | 100111 | 0 | 0 | 1001010 | 10110100 | 11001 | 10101 |
Color Harmonies of #284242
Complementary color
Monochromatic Colors of #284242
Black with #284242
Text Example
Text Example
White with #284242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284242; }
p { color: rgb(40,66,66); }
H1.HeaderClassName
{
color: #284242;
}
.AnyTagClassName
{
color: #284242;
}
</style>
background-color css
<style>
a { background-color: #284242; }
a { background-color: rgb(40,66,66); }
div.DivClassName
{
background-color: #284242;
}
.BgClassName
{
background-color: #284242;
}
</style>
border-color css
<style>
span { border-color: #284242; }
span { border-color: rgb(40,66,66); }
td.TdClassName
{
border-color: #284242;
}
.TagClassName
{
border-color: #284242;
}
</style>