Shades of Firefly #333C3B
Tints of Firefly #333C3B
RGB
CMYK
RGB Variations
Color information
#333C3B (or 0x333C3B) is known color: Firefly. HEX triplet: 33, 3C and 3B. RGB value is (51,60,59). Sum of RGB (Red+Green+Blue) = 51+60+59=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 60 - color contains mainly: green. Hex color #333C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C3B is #CCC3C4. Grayscale: #393939. Windows color (decimal): -13419461 or 3882035. OLE color: 3882035.
HSL color Cylindrical-coordinate representation of color #333C3B: hue angle of 173.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #333C3B is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 59 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.76 |
| HSL | 173.33º | 0.08% | 0.22% | - |
| HSV(B) | 173.33º | 0.15% | 0.24% | - |
| XYZ | 3.77 | 4.25 | 4.76 | - |
| YUV | 57.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 59 | 0.15 | 0 | 0.02 | 0.76 | 173.33 | 0.08 | 0.22 |
| Hex | 33 | 3C | 3B | F | 0 | 2 | 4C | AD | 8 | 16 |
| Octal | 63 | 74 | 73 | 17 | 0 | 2 | 114 | 255 | 10 | 26 |
| Binary | 110011 | 111100 | 111011 | 1111 | 0 | 10 | 1001100 | 10101101 | 1000 | 10110 |
Color Harmonies of #333C3B
Complementary color
Monochromatic Colors of #333C3B
Black with #333C3B
Text Example
Text Example
White with #333C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C3B; }
p { color: rgb(51,60,59); }
H1.HeaderClassName
{
color: #333C3B;
}
.AnyTagClassName
{
color: #333C3B;
}
</style>
background-color css
<style>
a { background-color: #333C3B; }
a { background-color: rgb(51,60,59); }
div.DivClassName
{
background-color: #333C3B;
}
.BgClassName
{
background-color: #333C3B;
}
</style>
border-color css
<style>
span { border-color: #333C3B; }
span { border-color: rgb(51,60,59); }
td.TdClassName
{
border-color: #333C3B;
}
.TagClassName
{
border-color: #333C3B;
}
</style>