Shades of Firefly #333F3F
Tints of Firefly #333F3F
RGB
CMYK
RGB Variations
Color information
#333F3F (or 0x333F3F) is known color: Firefly. HEX triplet: 33, 3F and 3F. RGB value is (51,63,63). Sum of RGB (Red+Green+Blue) = 51+63+63=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #333F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F3F is #CCC0C0. Grayscale: #3B3B3B. Windows color (decimal): -13418689 or 4144947. OLE color: 4144947.
HSL color Cylindrical-coordinate representation of color #333F3F: hue angle of 180º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #333F3F is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 63 | 63 | - |
| CMYK | 0.19 | 0 | 0 | 0.75 |
| HSL | 180º | 0.11% | 0.22% | - |
| HSV(B) | 180º | 0.19% | 0.25% | - |
| XYZ | 4.04 | 4.62 | 5.38 | - |
| YUV | 59.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 63 | 0.19 | 0 | 0 | 0.75 | 180 | 0.11 | 0.22 |
| Hex | 33 | 3F | 3F | 13 | 0 | 0 | 4B | B4 | B | 16 |
| Octal | 63 | 77 | 77 | 23 | 0 | 0 | 113 | 264 | 13 | 26 |
| Binary | 110011 | 111111 | 111111 | 10011 | 0 | 0 | 1001011 | 10110100 | 1011 | 10110 |
Color Harmonies of #333F3F
Complementary color
Monochromatic Colors of #333F3F
Black with #333F3F
Text Example
Text Example
White with #333F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F3F; }
p { color: rgb(51,63,63); }
H1.HeaderClassName
{
color: #333F3F;
}
.AnyTagClassName
{
color: #333F3F;
}
</style>
background-color css
<style>
a { background-color: #333F3F; }
a { background-color: rgb(51,63,63); }
div.DivClassName
{
background-color: #333F3F;
}
.BgClassName
{
background-color: #333F3F;
}
</style>
border-color css
<style>
span { border-color: #333F3F; }
span { border-color: rgb(51,63,63); }
td.TdClassName
{
border-color: #333F3F;
}
.TagClassName
{
border-color: #333F3F;
}
</style>