Shades of Firefly #333E3C
Tints of Firefly #333E3C
RGB
CMYK
RGB Variations
Color information
#333E3C (or 0x333E3C) is known color: Firefly. HEX triplet: 33, 3E and 3C. RGB value is (51,62,60). Sum of RGB (Red+Green+Blue) = 51+62+60=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 62 - color contains mainly: green. Hex color #333E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333E3C is #CCC1C3. Grayscale: #3A3A3A. Windows color (decimal): -13418948 or 3948083. OLE color: 3948083.
HSL color Cylindrical-coordinate representation of color #333E3C: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #333E3C is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 62 | 60 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.76 |
| HSL | 169.09º | 0.1% | 0.22% | - |
| HSV(B) | 169.09º | 0.18% | 0.24% | - |
| XYZ | 3.9 | 4.48 | 4.93 | - |
| YUV | 58.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 60 | 0.18 | 0 | 0.03 | 0.76 | 169.09 | 0.1 | 0.22 |
| Hex | 33 | 3E | 3C | 12 | 0 | 3 | 4C | A9 | A | 16 |
| Octal | 63 | 76 | 74 | 22 | 0 | 3 | 114 | 251 | 12 | 26 |
| Binary | 110011 | 111110 | 111100 | 10010 | 0 | 11 | 1001100 | 10101001 | 1010 | 10110 |
Color Harmonies of #333E3C
Complementary color
Monochromatic Colors of #333E3C
Black with #333E3C
Text Example
Text Example
White with #333E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E3C; }
p { color: rgb(51,62,60); }
H1.HeaderClassName
{
color: #333E3C;
}
.AnyTagClassName
{
color: #333E3C;
}
</style>
background-color css
<style>
a { background-color: #333E3C; }
a { background-color: rgb(51,62,60); }
div.DivClassName
{
background-color: #333E3C;
}
.BgClassName
{
background-color: #333E3C;
}
</style>
border-color css
<style>
span { border-color: #333E3C; }
span { border-color: rgb(51,62,60); }
td.TdClassName
{
border-color: #333E3C;
}
.TagClassName
{
border-color: #333E3C;
}
</style>